Open ollef opened 5 years ago
type Tree (n : Nat) (a : Type) where Leaf : a -> Tree Zero a Fork : forall m . (Tree m a) -> (Tree m a) -> Tree (Succ m) a
yields
sixten: FatalError {fatalErrorMessage = "checkAndGeneraliseTopLevelDefs Var 99"}
We should figure out why.
yields
We should figure out why.