mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
remove pyg file
This commit is contained in:
parent
da4223e011
commit
a9c587b1eb
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
mutual
|
||||
data Delay (A : Set) : Set where
|
||||
now : A → Delay A
|
||||
later : Delay′ A → Delay A
|
||||
record Delay′ (A : Set) : Set where
|
||||
coinductive
|
||||
field force : Delay A
|
Loading…
Reference in a new issue