mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-05 05:12:45 -06:00
renamed tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource variant = {
|
||||
oper
|
||||
hello = r.f "hello";
|
||||
r = { f:Str->Str = (id|dup) };
|
||||
id : Str->Str = \ s -> s;
|
||||
dup : Str->Str = \ s -> s++s;
|
||||
}
|
||||
Reference in New Issue
Block a user