Move Functions (#119)

This commit is contained in:
Patrick Stevens
2020-04-18 17:47:27 +01:00
committed by GitHub
parent 84a146f72c
commit 1831ef49c4
112 changed files with 203 additions and 193 deletions

View File

@@ -3,7 +3,7 @@
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import LogicalFormulae
open import Functions
open import Functions.Definition
module Orders.Partial.Definition {a : _} (carrier : Set a) where