Skip to content

Instantly share code, notes, and snippets.

@masaedw
Created February 10, 2013 03:41
Show Gist options
  • Select an option

  • Save masaedw/4748268 to your computer and use it in GitHub Desktop.

Select an option

Save masaedw/4748268 to your computer and use it in GitHub Desktop.
conduitTest :: Monad m => Conduit PToken (EnvT m) ByteString
conduitTest = do
a <- await
b <- await
lift . push $ PDBool True
yield . pack . show $ [a, b]
conduitPuddingEvaluator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment