summaryrefslogtreecommitdiff
path: root/testsuite/runtime/parser/Literals.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtime/parser/Literals.gf')
-rw-r--r--testsuite/runtime/parser/Literals.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/runtime/parser/Literals.gf b/testsuite/runtime/parser/Literals.gf
new file mode 100644
index 000000000..a32940e79
--- /dev/null
+++ b/testsuite/runtime/parser/Literals.gf
@@ -0,0 +1,8 @@
+abstract Literals = {
+ cat S ;
+
+ fun IsString : String -> S ;
+ IsInteger : Int -> S ;
+ IsFloat : Float -> S ;
+
+} \ No newline at end of file