From 8578faf533ef5ed200b722ebc8551f32ace3a5cf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 7 Jan 2018 17:12:34 +0100 Subject: Cleanup code --- assignment-13/uFPL/Arduino.icl | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 assignment-13/uFPL/Arduino.icl (limited to 'assignment-13/uFPL/Arduino.icl') diff --git a/assignment-13/uFPL/Arduino.icl b/assignment-13/uFPL/Arduino.icl deleted file mode 100644 index 2fbab30..0000000 --- a/assignment-13/uFPL/Arduino.icl +++ /dev/null @@ -1,16 +0,0 @@ -implementation module uFPL.Arduino - -import StdOverloaded - -import uFPL.Util - -instance toString Button -where - toString B0 = "B0" - toString B1 = "B1" - toString B2 = "B2" - toString B3 = "B3" - toString B4 = "B4" - toString B5 = "B5" - -instance print Button where print b = print (toString b) -- cgit v1.2.3