summaryrefslogtreecommitdiff
path: root/app/CodeLens.hs
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-02-25 22:35:59 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-02-25 22:35:59 +0100
commit81df52f6565c073f9638108a66304d0ecc6cac02 (patch)
tree6fd48069777d403177de923183afa6d8ca40349d /app/CodeLens.hs
parent3eb6125609245c6588df2cacc3102b8e78093ea5 (diff)
downloadprlg-81df52f6565c073f9638108a66304d0ecc6cac02.tar.gz
prlg-81df52f6565c073f9638108a66304d0ecc6cac02.tar.bz2
get lensy and classy
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)