Split out much more structure (#37)

This commit is contained in:
Patrick Stevens
2019-08-18 14:57:41 +01:00
committed by GitHub
parent 69389bb889
commit 1f26064502
52 changed files with 2137 additions and 2014 deletions

View File

@@ -1,9 +1,10 @@
{-# OPTIONS --safe --warning=error #-}
open import Numbers.Naturals
open import Numbers.Naturals.Naturals
open import Numbers.Naturals.Order
open import Sets.FinSet
open import LogicalFormulae
open import Numbers.NaturalsWithK
open import Numbers.Naturals.WithK
module Sets.FinSetWithK where