module Mikan.Interaction.Response
( module Mikan.Interaction.Response
, module Mikan.Interaction.Response.Base
, WarningsAndNonFatalErrors
, InteractionOutputCallback
, defaultInteractionOutputCallback
)
where
import Mikan.Interaction.Response.Base
import Mikan.TypeChecking.Monad.Base
(TCM, TCErr, TCWarning, InteractionOutputCallback, defaultInteractionOutputCallback)
import Mikan.TypeChecking.Warnings (WarningsAndNonFatalErrors)
type Response = Response_boot TCErr TCWarning WarningsAndNonFatalErrors
type DisplayInfo = DisplayInfo_boot TCErr TCWarning WarningsAndNonFatalErrors
type Info_Error = Info_Error_boot TCErr TCWarning
type GoalDisplayInfo = GoalDisplayInfo_boot TCErr
type Goals = Goals_boot TCErr