index
:
aoc-2021.git
main
Advent of Code 2021: Haskell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils.hs
blob: 33f3f6e483ff8b49dae7b46292890c67274d3d51 (
plain
)
1
2
3
4
5
6
7
module
Utils
where
(
.>
)
=
flip
(
.
)
(
$>
)
=
flip
(
$
)
infixr
6
$>