Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- agdaInitState :: LBNF -> GlobalOptions -> AgdaBackendOptions -> Except String AgdaBackendState
- processASTRulesAgda :: [String] -> [(Type, [(Label, ([Type], (Integer, ARHS)))])] -> [(Type, [(Label, [Type])])]
- toAgdaRules :: (Type, [(Label, ([Type], (Integer, ARHS)))]) -> (Type, [(Label, [Type])])
- filterRules :: [String] -> [(Type, [(Label, [Type])])] -> [(Type, [(Label, [Type])])]
- filterLabelsAgdaAST :: [String] -> [(Label, [Type])] -> [(Label, [Type])]
Documentation
agdaInitState :: LBNF -> GlobalOptions -> AgdaBackendOptions -> Except String AgdaBackendState Source #