mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-11 22:58:40 +00:00
Move Functions (#119)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{-# OPTIONS --safe --warning=error --without-K #-}
|
||||
|
||||
open import Functions
|
||||
open import Functions.Definition
|
||||
open import Orders.WellFounded.Definition
|
||||
|
||||
module Orders.WellFounded.Induction {a b : _} {A : Set a} {_<_ : Rel {a} {b} A} (wf : WellFounded _<_) where
|
||||
|
Reference in New Issue
Block a user