DeepSpec / InteractionTrees

A Library for Representing Recursive and Impure Programs in Coq
MIT License
199 stars 50 forks source link

Rename 'lift' to 'send' #107

Closed Lysxia closed 5 years ago

Lysxia commented 5 years ago

lift is already used by monad transformers. send is thus named in Oleg Kiselyov's work around Freer monads and Extensible effects.