summaryrefslogtreecommitdiff
path: root/Example.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-03 21:06:35 +0300
committerdefanor <defanor@uberspace.net>2017-12-03 21:06:35 +0300
commit8218779504205227f0ea70d0c91270ff504d67a6 (patch)
treec4addbd50786d3d6e0327489c562cc08786d4e59 /Example.hs
parent2dfe2f8648a6748234514bcd9d61e5e1a1d1fb72 (diff)
Add more instances
Diffstat (limited to 'Example.hs')
-rw-r--r--Example.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Example.hs b/Example.hs
index 9f48024..4784aa2 100644
--- a/Example.hs
+++ b/Example.hs
@@ -1,4 +1,6 @@
{-# LANGUAGE DeriveGeneric #-}
+module Main where
+
import GHC.Generics
import Coalpit