mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
renamed tests
This commit is contained in:
7
testsuite/compiler/compute/variant.gf
Normal file
7
testsuite/compiler/compute/variant.gf
Normal file
@@ -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