1
0
forked from GitHub/gf-core

Transfer: derive instances, not functions.

This commit is contained in:
bringert
2005-11-30 18:42:45 +00:00
parent 01d1715994
commit 12ca29b32b
6 changed files with 47 additions and 47 deletions

View File

@@ -203,5 +203,5 @@ data Tree : (_ : Cat)-> Type where {
You_One : Tree NP
}
derive composOp Tree
derive composFold Tree
derive Compos Tree