projects
/
advent-of-code-16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb70c9
)
Removed language extension
author
Neil Smith
<neil.git@njae.me.uk>
Mon, 19 Dec 2016 10:28:41 +0000
(10:28 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Mon, 19 Dec 2016 10:28:41 +0000
(10:28 +0000)
advent19.hs
patch
|
blob
|
history
diff --git
a/advent19.hs
b/advent19.hs
index 9b9406ce6005037a5437c7015101e90feb1a0095..0fd875f90e456536256a47b9d93c25ab55e1a8fb 100644
(file)
--- a/
advent19.hs
+++ b/
advent19.hs
@@
-1,5
+1,3
@@
-{-# LANGUAGE BangPatterns #-}
-
import Prelude hiding (length, take, drop)
import Data.Sequence