btw we triggered a ghc bug here with iscallTok in parser. Apparently it kills `call` for whichever reason. New ghc solved it.
11 lines
129 B
Haskell
11 lines
129 B
Haskell
{-# LANGUAGE TemplateHaskell #-}
|
|
|
|
module CodeLens where
|
|
|
|
import Code
|
|
import Lens.Micro.TH
|
|
|
|
makeLenses ''Cho
|
|
|
|
makeLenses ''Interp
|