insane icon indicating copy to clipboard operation
insane copied to clipboard

Toy typechecker for Insanely Dependent Types

Results 2 insane issues
Sort by recently updated
recently updated
newest added

``` $ make ghc --make -o tc Main.hs -fwarn-incomplete-patterns -Werror TypeChecker.hs:1:55: error: [-Werror] -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | 1 | {-# LANGUAGE UndecidableInstances, FlexibleInstances, OverlappingInstances #-}...

```agda data Bool : Set where false : Bool true : Bool If : Set -> Set -> Bool -> Set If x y true = x If x y...