Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data FakeIRValue Source #
Type representing the unresolved text
Instances
Eq FakeIRValue Source # | |
Defined in Fakedata.Parser (==) :: FakeIRValue -> FakeIRValue -> Bool # (/=) :: FakeIRValue -> FakeIRValue -> Bool # | |
Show FakeIRValue Source # | |
Defined in Fakedata.Parser showsPrec :: Int -> FakeIRValue -> ShowS # show :: FakeIRValue -> String # showList :: [FakeIRValue] -> ShowS # |
parseHash :: Parser [FakeIRValue] Source #