Lots of speedups (#116)

This commit is contained in:
Patrick Stevens
2020-04-16 13:41:51 +01:00
committed by GitHub
parent 1bcb3f8537
commit 9b80058157
63 changed files with 1082 additions and 564 deletions

View File

@@ -8,6 +8,9 @@ module Numbers.Integers.Definition where
data : Set where
nonneg :
negSucc :
{-# BUILTIN INTEGER #-}
{-# BUILTIN INTEGERPOS nonneg #-}
{-# BUILTIN INTEGERNEGSUC negSucc #-}
nonnegInjective : {a b : } nonneg a nonneg b a b
nonnegInjective refl = refl