Skip to content

Commit cadf481

Browse files
committed
restore un-exported functions from Data.List.Types
1 parent bc5d4aa commit cadf481

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"purescript-assert": "^3.0.0",
3333
"purescript-console": "^3.0.0",
3434
"purescript-math": "^2.0.0",
35-
"purescript-minibench": "matthewleon/purescript-minibench#gc"
35+
"purescript-minibench": "^1.0.1"
3636
}
3737
}

src/Data/List/Types.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module Data.List.Types
22
( List(..)
33
, (:)
44
, NonEmptyList(..)
5+
, toList
6+
, nelCons
57
) where
68

79
import Prelude

0 commit comments

Comments
 (0)