Skip to content

Instantly share code, notes, and snippets.

@edwinb
Created February 5, 2014 17:49
Show Gist options
  • Select an option

  • Save edwinb/8829429 to your computer and use it in GitHub Desktop.

Select an option

Save edwinb/8829429 to your computer and use it in GitHub Desktop.
Marshaling
class Marshal val chan where
sendType : Type -> Type
recvType : Type -> Type
marshal : val -> sendType val
unmarshal : sendType val -> recvType val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment