summaryrefslogtreecommitdiff
path: root/lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-20 10:08:50 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-20 10:10:23 +0100
commit44aef5edecd4e9263927c856c23567a3670f2b36 (patch)
tree5ef2153478910fc7e6e6beaa8d8183c52d575745 /lc
parentd1c1b97c50071eacb93d3773a621df18e9075781 (diff)
refactoring; more prim reductions; begin to strengthten type annotations
Diffstat (limited to 'lc')
-rw-r--r--lc/Internals.lc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lc/Internals.lc b/lc/Internals.lc
index 5d5a38b1..596bf372 100644
--- a/lc/Internals.lc
+++ b/lc/Internals.lc
@@ -4,6 +4,8 @@ module Internals where
4 4
5undefined :: forall (a :: Type) . a 5undefined :: forall (a :: Type) . a
6 6
7primFix :: forall (a :: Type) . (a -> a) -> a
8
7data Unit = TT 9data Unit = TT
8data String 10data String
9data Empty (a :: String) 11data Empty (a :: String)