haskell: explicitly export functions from AoC module
This commit is contained in:
parent
f477ec985d
commit
8da62b93a5
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
module AoC where
|
||||
module AoC
|
||||
( (.:)
|
||||
, oneCompleteResult
|
||||
, splitOnEmptyLines
|
||||
, runAoC
|
||||
)
|
||||
where
|
||||
|
||||
import Data.Function (on)
|
||||
import Data.List (groupBy, intercalate)
|
||||
|
|
Loading…
Reference in a new issue