diff options
author | Camil Staps | 2017-07-27 23:46:04 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 23:46:04 +0200 |
commit | 3e21c67505edf6441d7561b2d52359468861b549 (patch) | |
tree | 0c030c6186bf1b653f6806483f57ffffb4481415 /Sil/Error.dcl | |
parent | Centralise errors (needed for positional errors #5) (diff) |
Cleanup
Diffstat (limited to 'Sil/Error.dcl')
-rw-r--r-- | Sil/Error.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sil/Error.dcl b/Sil/Error.dcl index b953f60..15a660a 100644 --- a/Sil/Error.dcl +++ b/Sil/Error.dcl @@ -1,5 +1,6 @@ definition module Sil.Error +from StdFile import class <<< from StdOverloaded import class toString from Sil.Syntax import :: Expression @@ -26,3 +27,4 @@ from Sil.Types import :: Type | UnknownError String instance toString Error +instance <<< Error |