Skip to content

Commit

Permalink
Remove the bad constructor on coinductive types
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 authored Jan 24, 2024
1 parent 573426b commit 86b5233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cubical/Codata/Conat/Base.agda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{- Conatural numbers (Tesla Ice Zhang, Feb. 2019)
{- Conatural numbers (Tesla Zhang, Feb. 2019)
This file defines:
Expand Down Expand Up @@ -30,7 +30,6 @@ record Conat : Type₀
Conat′ = Unit ⊎ Conat
record Conat where
coinductive
constructor conat′
field force : Conat′
open Conat public

Expand Down

0 comments on commit 86b5233

Please sign in to comment.