napkin-0.5.13
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.HaskellInterpreter.Server

Description

 

Documentation

timeLogSince :: forall m. (MonadIO m, Katip m) => String -> UTCTime -> m () #

Orphan instances

MonadState s m => MonadState s (InterpreterT m) # 
Instance details

Methods

get :: InterpreterT m s #

put :: s -> InterpreterT m () #

state :: (s -> (a, s)) -> InterpreterT m a #