diff options
author | Camil Staps | 2017-07-19 11:46:32 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-19 11:46:32 +0000 |
commit | d722a77077e89504191728cf42f7d15ddfa209a7 (patch) | |
tree | f3f70e055e9a76dba7eecde01146c697b452f064 /Sil/Util.dcl | |
parent | Working fibonacci (diff) |
Reorganise
Diffstat (limited to 'Sil/Util.dcl')
-rw-r--r-- | Sil/Util.dcl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Sil/Util.dcl b/Sil/Util.dcl deleted file mode 100644 index 54617ce..0000000 --- a/Sil/Util.dcl +++ /dev/null @@ -1,27 +0,0 @@ -definition module Sil.Util - -from StdOverloaded import class toString, class zero - -from Sil.Parse import :: Token -from Sil.Syntax import :: Program, :: Function, :: CodeBlock, - :: Initialisation, :: Statement, :: Type, :: Application, :: Literal - -:: PrintState - -instance zero PrintState - -class PrettyPrinter t where - print :: PrintState t -> String - -instance PrettyPrinter [Token] - -instance PrettyPrinter Program -instance PrettyPrinter Function -instance PrettyPrinter CodeBlock -instance PrettyPrinter Initialisation -instance PrettyPrinter Statement - -instance toString Statement -instance toString Type -instance toString Application -instance toString Literal |