mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
renamed tests
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
i -retain testsuite/compiler/compute/Records.gf
|
|
||||||
cc hello
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
resource Records = {
|
resource record = {
|
||||||
|
|
||||||
param P = A;
|
param P = A;
|
||||||
|
|
||||||
2
testsuite/compiler/compute/record.gfs
Normal file
2
testsuite/compiler/compute/record.gfs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
i -retain testsuite/compiler/compute/record.gfs
|
||||||
|
cc hello
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
resource Variants = {
|
resource variant = {
|
||||||
oper
|
oper
|
||||||
hello = r.f "hello";
|
hello = r.f "hello";
|
||||||
r = { f:Str->Str = (id|dup) };
|
r = { f:Str->Str = (id|dup) };
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
i -retain testsuite/compiler/compute/Variants.gf
|
i -retain testsuite/compiler/compute/variant.gf
|
||||||
cc hello
|
cc hello
|
||||||
cc <\x -> x++x : Str -> Str> ("a"|"b")
|
cc <\x -> x++x : Str -> Str> ("a"|"b")
|
||||||
cc <\x -> x : Str -> Str> ("a"|"b")
|
cc <\x -> x : Str -> Str> ("a"|"b")
|
||||||
Reference in New Issue
Block a user