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/Util | |
parent | Add checks for locals with type Void (diff) |
Type checking
Diffstat (limited to 'Sil/Util')
-rw-r--r-- | Sil/Util/Printer.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sil/Util/Printer.icl b/Sil/Util/Printer.icl index d35281b..ff9c3f2 100644 --- a/Sil/Util/Printer.icl +++ b/Sil/Util/Printer.icl @@ -15,6 +15,7 @@ import Text import Sil.Parse import Sil.Syntax +import Sil.Types :: PrintState = { indent :: Int |