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 bc5d4aa commit cadf481Copy full SHA for cadf481
bower.json
@@ -32,6 +32,6 @@
32
"purescript-assert": "^3.0.0",
33
"purescript-console": "^3.0.0",
34
"purescript-math": "^2.0.0",
35
- "purescript-minibench": "matthewleon/purescript-minibench#gc"
+ "purescript-minibench": "^1.0.1"
36
}
37
src/Data/List/Types.purs
@@ -2,6 +2,8 @@ module Data.List.Types
2
( List(..)
3
, (:)
4
, NonEmptyList(..)
5
+ , toList
6
+ , nelCons
7
) where
8
9
import Prelude
0 commit comments