mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-01 14:36:27 +03:00
Fixup HereDoc and Verify.
This commit is contained in:
parent
88308c8dee
commit
de65cb2758
@ -10,5 +10,5 @@ import Language.Haskell.TH.Syntax
|
||||
import Language.Haskell.TH.Lib
|
||||
|
||||
heredoc :: QuasiQuoter
|
||||
heredoc = QuasiQuoter (litE . stringL) (litP . stringL)
|
||||
heredoc = QuasiQuoter (litE . stringL) (litP . stringL) undefined undefined
|
||||
|
||||
|
@ -84,3 +84,4 @@ instance Arbitrary DoubleColumnChar where
|
||||
|
||||
instance Arbitrary Word where
|
||||
arbitrary = choose (0, 1024) >>= return . toEnum
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user