From ebde44b28b551f670c9e5c4c038d03e94bfbb1d2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 30 Jul 2017 09:17:44 +0200 Subject: Reorganise: make Position a field in Syntax types --- Sil/Util/Printer.icl | 3 --- 1 file changed, 3 deletions(-) (limited to 'Sil/Util/Printer.icl') diff --git a/Sil/Util/Printer.icl b/Sil/Util/Printer.icl index 2a028b6..bcb3c84 100644 --- a/Sil/Util/Printer.icl +++ b/Sil/Util/Printer.icl @@ -34,9 +34,6 @@ instance toString PrintState where toString st = {'\t' \\ _ <- [1..st.indent]} instance PrettyPrinter String where print _ s = s -instance PrettyPrinter (Positioned a) | PrettyPrinter a -where print st p = print st $ fromPositioned p - instance PrettyPrinter [Token] where print st [] = "" -- cgit v1.2.3