You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/FFI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ The `Data.Foreign` module (available in the `purescript-foreign` package) define
201
201
202
202
It is often useful when wrapping Javascript APIs to create new types at a specific kind for use with the FFI.
203
203
204
-
For example, suppose we have a Javascript library `frob` which defines the `Frob` data structure and associated functions. To give meaningful types to those functions, it might be useful to define a type `Frob` as kind `Type`. We can do this as follows:
204
+
For example, suppose we have a Javascript library `frob` which defines the `Frob` data structure and associated functions. To give meaningful types to those functions, it might be useful to define a type,`Frob`, that has kind `Type`. We can do this as follows:
0 commit comments