prlg/app/CodeLens.hs
Mirek Kratochvil 0092723895 microlens and an ugly parse of ,(something,something)
btw we triggered a ghc bug here with iscallTok in parser. Apparently it kills
`call` for whichever reason. New ghc solved it.
2023-02-26 21:43:25 +01:00

11 lines
129 B
Haskell

{-# LANGUAGE TemplateHaskell #-}
module CodeLens where
import Code
import Lens.Micro.TH
makeLenses ''Cho
makeLenses ''Interp