1 2 3 4 5 6 7 8 9 10
{-# LANGUAGE TemplateHaskell #-} module CodeLens where import Code import Lens.Family2.TH $(makeLenses ''Cho) $(makeLenses ''Interp)