mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Transfer: fixed Eq derivation to at least work for GF-generated Tree types.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import prelude
|
||||
|
||||
data Cat : Type where {
|
||||
CN : Cat ;
|
||||
NP : Cat ;
|
||||
@@ -205,3 +207,4 @@ data Tree : (_ : Cat)-> Type where {
|
||||
|
||||
derive Compos Tree
|
||||
|
||||
derive Eq Tree
|
||||
Reference in New Issue
Block a user