curry-base-1.1.1: Functions for manipulating Curry programs

Copyright(c) 2017 Kai-Oliver Prott
2017 Finn Teegen
LicenseBSD-3-clause
Maintainerfte@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Curry.CondCompile.Parser

Description

TODO

Documentation

type Parser a = Parsec String () a Source #

ifElse :: String -> Parser a -> (a -> [Stmt] -> [Elif] -> Else -> Stmt) -> Parser Stmt Source #