Skip to content

Commit e4812d5

Browse files
committed
Export all combinators
1 parent efde894 commit e4812d5

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

haskell_edsl/src/Checktestdata.hs

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module Checktestdata (
2-
-- * Core representation
3-
CTD,
4-
runCTD,
52

63
-- * Main functionality
74
ctdMain,
@@ -10,25 +7,9 @@ module Checktestdata (
107
-- * Commandline parsers
118
generalOpts,
129

13-
-- * Primitives
14-
peekChar,
15-
nextChar,
16-
nextNat,
17-
nextHex,
18-
nextFloat,
19-
20-
-- * Input readers
21-
nextInt,
22-
int,
23-
float,
24-
space,
25-
newline,
26-
27-
-- * Utilities
28-
eof,
29-
isEOF,
30-
assert,
31-
unique) where
10+
module Checktestdata.Core,
11+
module Checktestdata.Derived
12+
) where
3213

3314
import Checktestdata.Core
3415
import Checktestdata.Derived

0 commit comments

Comments
 (0)