summaryrefslogtreecommitdiff
path: root/app/CodeLens.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/CodeLens.hs')
-rw-r--r--app/CodeLens.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/CodeLens.hs b/app/CodeLens.hs
new file mode 100644
index 0000000..9c1f1d6
--- /dev/null
+++ b/app/CodeLens.hs
@@ -0,0 +1,10 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+module CodeLens where
+
+import Code
+import Lens.Family2.TH
+
+$(makeLenses ''Cho)
+
+$(makeLenses ''Interp)