Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 7510608

Browse files
committed
Updating docs
1 parent 4a52a00 commit 7510608

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/GulpPurescript/OS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ data Platform
1717

1818
##### Instances
1919
``` purescript
20-
instance showPlatform :: Show Platform
21-
instance isForeignPlatform :: IsForeign Platform
20+
Show Platform
21+
IsForeign Platform
2222
```
2323

2424
#### `platform`

docs/GulpPurescript/Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ newtype Psci
99

1010
##### Instances
1111
``` purescript
12-
instance isForeignPsci :: IsForeign Psci
12+
IsForeign Psci
1313
```
1414

1515
#### `pscOptions`

docs/GulpPurescript/Package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ newtype Package
1515

1616
##### Instances
1717
``` purescript
18-
instance isForeignPackage :: IsForeign Package
18+
IsForeign Package
1919
```
2020

2121
#### `package`

0 commit comments

Comments
 (0)