diff options
author | Joe Crayne <joe@jerkface.net> | 2019-07-01 23:16:32 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2019-07-01 23:16:32 -0400 |
commit | 5d5ce0e97107619b8e33c76585d7629f106ad3c8 (patch) | |
tree | 3492c9de1a740154654a6ba1cced90e879f47219 /lib/Kiki.hs | |
parent | ae8792ee7c51da15e52f30475c17ce589f940509 (diff) |
New debugging option: --trace-verify
Diffstat (limited to 'lib/Kiki.hs')
-rw-r--r-- | lib/Kiki.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Kiki.hs b/lib/Kiki.hs index 64e2d7d..6481b58 100644 --- a/lib/Kiki.hs +++ b/lib/Kiki.hs | |||
@@ -1,6 +1,9 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | {-# LANGUAGE OverloadedStrings #-} | 2 | {-# LANGUAGE OverloadedStrings #-} |
3 | module Kiki where | 3 | module Kiki |
4 | ( module Kiki | ||
5 | , setVerifyFlag | ||
6 | ) where | ||
4 | 7 | ||
5 | import Control.Applicative | 8 | import Control.Applicative |
6 | import Control.Arrow | 9 | import Control.Arrow |