Pinned Loading
-
type inference for simply-typed comb...
type inference for simply-typed combinaotry logic with S, K and I 1-- only combinators are considered
2data C = S | K | I | A C C
3deriving Show
45data T = V Int | To T T
-
Ordinal.hs
Ordinal.hs 1import Data.List
23type Natural = Integer -- the natural numbers
45-- must be manipulated via the smart constructor `ordinal`
-
Automaton2RegExp.hs
Automaton2RegExp.hs 1import Data.List
23data RegExp =
4EmptySet |
5Var Int | -- for simplicity
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.