aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utils.hs
blob: ec5f9a7836d872d1a0f22c256e413bf87da913b6 (plain) (blame)
1
2
3
4
5
6
7
module Utils
  ( invalid
  ) where

invalid :: a
invalid = error "invalid program state"