diff options
author | Camil Staps | 2017-07-20 20:25:25 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-20 20:25:25 +0000 |
commit | bc950badd0655328af7a9886988722809e367d07 (patch) | |
tree | 6411d00c5022b591697c206cc1261dafb8ec8b33 /Sil/Check.icl | |
parent | Add checks for locals with type Void (diff) |
Type checking
Diffstat (limited to 'Sil/Check.icl')
-rw-r--r-- | Sil/Check.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sil/Check.icl b/Sil/Check.icl index 37ee282..61f5ac7 100644 --- a/Sil/Check.icl +++ b/Sil/Check.icl @@ -15,6 +15,7 @@ import Data.Tuple from Text import <+ import Sil.Syntax +import Sil.Types instance toString CheckError where |