diff options
author | Camil Staps | 2018-01-07 17:12:34 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-07 17:12:34 +0100 |
commit | 8578faf533ef5ed200b722ebc8551f32ace3a5cf (patch) | |
tree | e149a38e0ac89666b41b72f3e5b9f02374867fab /assignment-13/uFPL/Examples.dcl | |
parent | Ignore .ino (diff) |
Cleanup code
Diffstat (limited to 'assignment-13/uFPL/Examples.dcl')
-rw-r--r-- | assignment-13/uFPL/Examples.dcl | 7 |
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]) |