Move things around, add more to fields (#16)

This commit is contained in:
Patrick Stevens
2019-01-10 22:36:55 +00:00
committed by GitHub
parent 02434c01f9
commit 9e22ba78f5
31 changed files with 288 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
{-# OPTIONS --warning=error --safe #-}
open import LogicalFormulae
open import Naturals
open import Numbers.Naturals
open import Functions
data Vec {a : _} (X : Set a) : -> Set a where