summaryrefslogtreecommitdiff
path: root/assignment-13/uFPL/Examples.dcl
diff options
context:
space:
mode:
authorCamil Staps2018-01-07 17:12:34 +0100
committerCamil Staps2018-01-07 17:12:34 +0100
commit8578faf533ef5ed200b722ebc8551f32ace3a5cf (patch)
treee149a38e0ac89666b41b72f3e5b9f02374867fab /assignment-13/uFPL/Examples.dcl
parentIgnore .ino (diff)
Cleanup code
Diffstat (limited to 'assignment-13/uFPL/Examples.dcl')
-rw-r--r--assignment-13/uFPL/Examples.dcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/assignment-13/uFPL/Examples.dcl b/assignment-13/uFPL/Examples.dcl
new file mode 100644
index 0000000..de3512e
--- /dev/null
+++ b/assignment-13/uFPL/Examples.dcl
@@ -0,0 +1,7 @@
+definition module uFPL.Examples
+
+import uFPL
+
+example_empty :: (String, [NamedRule])
+example_score :: (String, [NamedRule])
+example_countdown :: (String, [NamedRule])