mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-09 18:16:32 -06:00
Support dynamic param values
This commit is contained in:
7
testsuite/lpgf/Params.gf
Normal file
7
testsuite/lpgf/Params.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Params = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user