bsc-leon-vatthauer/thesis/main.pyg

8 lines
180 B
Text
Raw Normal View History

2024-02-25 21:40:23 +01:00
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