curry-frontend-0.2.5: Compile the functional logic language Curry to several intermediate formatsSource codeContentsIndex
InterfaceCheck
Documentation
interfaceCheck :: Prog -> Prog -> BoolSource
checkTypeDecls :: [TypeDecl] -> [TypeDecl] -> BoolSource
checkConsDecls :: [ConsDecl] -> [ConsDecl] -> BoolSource
checkFuncDecls :: [FuncDecl] -> [FuncDecl] -> BoolSource
checkRule :: Rule -> Rule -> BoolSource
checkOpDecls :: [OpDecl] -> [OpDecl] -> BoolSource
isDataType :: QName -> TypeDecl -> BoolSource
isTypeSyn :: QName -> TypeDecl -> BoolSource
isCons :: QName -> ConsDecl -> BoolSource
isFunc :: QName -> FuncDecl -> BoolSource
isOp :: QName -> OpDecl -> BoolSource
extract :: (a -> Bool) -> [a] -> (Maybe a, [a])Source
Produced by Haddock version 2.4.2