{-# LANGUAGE TemplateHaskell #-}

module CodeLens where

import Code
import Lens.Family2.TH

$(makeLenses ''Cho)

$(makeLenses ''Interp)