remove pyg file

This commit is contained in:
Leon Vatthauer 2024-02-25 21:40:54 +01:00
parent da4223e011
commit a9c587b1eb
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -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