We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e754d69 commit fe20985Copy full SHA for fe20985
docs/Prelude.md
@@ -4,7 +4,6 @@
4
5
``` purescript
6
newtype Unit
7
- = Unit { }
8
```
9
10
##### Instances
@@ -978,3 +977,4 @@ string `show x` be executable PureScript code which evaluates to the same
978
977
value as the expression `x`.
979
980
+
src/Prelude.purs
@@ -1,5 +1,5 @@
1
module Prelude
2
- ( Unit(..), unit
+ ( Unit(), unit
3
, ($), (#)
, flip
, const
0 commit comments