summaryrefslogtreecommitdiff
path: root/Presence/Todo.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-11-04 17:04:16 -0400
committerjoe <joe@jerkface.net>2017-11-04 17:04:16 -0400
commit366d793c9f9acc9b228675f1af23c01ef02dd3b1 (patch)
tree0970725923144707cb5dfb479c9d1289ec0be4c7 /Presence/Todo.hs
parent67afff3c6e2ce009e7fff83669e8c381e27166f2 (diff)
Deleted obsolete files.
Diffstat (limited to 'Presence/Todo.hs')
-rw-r--r--Presence/Todo.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Presence/Todo.hs b/Presence/Todo.hs
deleted file mode 100644
index 7428565e..00000000
--- a/Presence/Todo.hs
+++ /dev/null
@@ -1,12 +0,0 @@
1module Todo where
2
3todo = todo -- bottom that means unimplemented function
4
5withType :: v -> v -> v
6withType = const
7
8type Todo = ()
9
10-- Bad idea: -xc backtrace shows it looking just like the other
11-- bottom defined above.
12-- crash = crash -- bottom used to crash to indicate error