| Name | Category | Theorems |
Interprets 📖 | CompData | 2 mathmath: Interprets.liftM, Interprets.iff
|
bind 📖 | CompOp | 7 mathmath: pure_bind, liftM_bind, bind_pure_comp, bind_eq_bind, bind_assoc, liftBind_bind, bind_pure
|
instBind 📖 | CompOp | 2 mathmath: FreeWriter.listen_liftBind_tell, bind_eq_bind
|
instFunctor 📖 | CompOp | 2 mathmath: instLawfulFunctor, map_eq_map
|
instMonad 📖 | CompOp | 4 mathmath: liftM_seq, instLawfulMonad, liftM_seqRight, liftM_seqLeft
|
instPure 📖 | CompOp | 4 mathmath: FreeWriter.listen_liftBind_tell, FreeCont.callCC_def, pure_eq_pure, FreeCont.run_callCC
|
lift 📖 | CompOp | 7 mathmath: FreeState.get_def, map_lift, lift_def, FreeReader.read_def, liftM_lift, FreeState.set_def, FreeWriter.tell_def
|
liftM 📖 | CompOp | 11 mathmath: liftM_map, Interprets.liftM, Interprets.iff, liftM_bind, liftM_seq, liftM_liftBind, Interprets.eq, liftM_lift, liftM_seqRight, liftM_pure, liftM_seqLeft
|
map 📖 | CompOp | 6 mathmath: liftM_map, bind_pure_comp, id_map, map_lift, comp_map, map_eq_map
|