thanks hls
This commit is contained in:
parent
88028fff42
commit
ffe10097c3
|
|
@ -1,7 +1,6 @@
|
||||||
module Day10 where
|
module Day10 where
|
||||||
|
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import Text.Blaze.Html4.FrameSet (input)
|
|
||||||
import Data.List (sort)
|
import Data.List (sort)
|
||||||
closing :: Char -> Char
|
closing :: Char -> Char
|
||||||
closing '(' = ')'
|
closing '(' = ')'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue