Skip to content

Commit 3220ada

Browse files
committed
[ fix ] fix invalid forward declaration
1 parent dc875d4 commit 3220ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Derive.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ data Full a = Leaf a | Node (Full (a, a))
108108
-- Mutual Recursion
109109
--------------------------------------------------------------------------------
110110

111-
data Tree : Type -> Type where
111+
data Tree : Type -> Type
112112

113113
record Forest a where
114114
constructor MkForest

0 commit comments

Comments
 (0)