curry-frontend-0.2.5: Compile the functional logic language Curry to several intermediate formatsSource codeContentsIndex
Curry.Syntax.LexComb
Documentation
type Indent = IntSource
type Context = [Indent]Source
type P a = Position -> String -> Bool -> Context -> MsgMonad aSource
parse :: P a -> FilePath -> String -> MsgMonad aSource
returnP :: a -> P aSource
thenP :: P a -> (a -> P b) -> P bSource
thenP_ :: P a -> P b -> P bSource
failP :: Position -> String -> P aSource
closeP0 :: P a -> P (P a)Source
closeP1 :: (a -> P b) -> P (a -> P b)Source
parseError :: Position -> String -> StringSource
pushContext :: Int -> P a -> P aSource
popContext :: P a -> P aSource
convertSignedIntegral :: Num a => a -> String -> aSource
convertIntegral :: Num a => a -> String -> aSource
convertSignedFloating :: Fractional a => String -> String -> Int -> aSource
convertFloating :: Fractional a => String -> String -> Int -> aSource
Produced by Haddock version 2.4.2