From 95e99be6bdd04513688b88f1afaefac360eeff1d Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 16 May 2019 08:11:48 +0200 Subject: [PATCH] tsets --- .gitignore | 2 ++ test.icl | 9 +++++++++ test2.icl | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 test.icl create mode 100644 test2.icl diff --git a/.gitignore b/.gitignore index 16286dc..c17b393 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ a.out getopt *.[^l] *.o +*.bc +*.pbc test gopt afp/a[0-9]/a[0-9] diff --git a/test.icl b/test.icl new file mode 100644 index 0000000..99d51e1 --- /dev/null +++ b/test.icl @@ -0,0 +1,9 @@ +module test + +import iTasks +import iTasks.Extensions.DateTime + +Start w = doTasks (onStartup t) w + +t :: Task Int +t = throw "bork" diff --git a/test2.icl b/test2.icl new file mode 100644 index 0000000..a1876a8 --- /dev/null +++ b/test2.icl @@ -0,0 +1,3 @@ +module test2 + +Start = 42 -- 2.20.1