summaryrefslogtreecommitdiff
path: root/lc/Internals.lc
diff options
context:
space:
mode:
Diffstat (limited to 'lc/Internals.lc')
-rw-r--r--lc/Internals.lc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lc/Internals.lc b/lc/Internals.lc
index 72386f16..8a8bfe6f 100644
--- a/lc/Internals.lc
+++ b/lc/Internals.lc
@@ -1,4 +1,5 @@
1{-# LANGUAGE NoImplicitPrelude #-} 1{-# LANGUAGE NoImplicitPrelude #-}
2{-# LANGUAGE TraceTypeCheck #-}
2-- declarations of builtin functions and data types used by the compiler 3-- declarations of builtin functions and data types used by the compiler
3module Internals where 4module Internals where
4 5