all:
	runhaskell Main.hs
ghcid:
	ghcid -c 'ghci Main.hs -ignore-dot-ghci -package template-haskell' --reverse-errors
ghci:
	ghci -package template-haskell Main.hs