We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc875d4 commit 3220adaCopy full SHA for 3220ada
src/Test/Derive.idr
@@ -108,7 +108,7 @@ data Full a = Leaf a | Node (Full (a, a))
108
-- Mutual Recursion
109
--------------------------------------------------------------------------------
110
111
-data Tree : Type -> Type where
+data Tree : Type -> Type
112
113
record Forest a where
114
constructor MkForest
0 commit comments