summaryrefslogtreecommitdiff
path: root/doc/examples/list.sail
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/list.sail')
-rw-r--r--doc/examples/list.sail1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/list.sail b/doc/examples/list.sail
new file mode 100644
index 00000000..4eaeb67a
--- /dev/null
+++ b/doc/examples/list.sail
@@ -0,0 +1 @@
+let l : list(int) = 1 :: 2 :: 3 :: [||] \ No newline at end of file