Files
agdaproofs/Numbers/Integers/Definition.agda
2019-10-12 11:14:27 +01:00

11 lines
231 B
Agda
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Numbers.Naturals.Definition
module Numbers.Integers.Definition where
data : Set where
nonneg :
negSucc :