Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:19
Show Gist options
  • Save SteveGilham/cd4225ac75f0343d6ccb to your computer and use it in GitHub Desktop.
Save SteveGilham/cd4225ac75f0343d6ccb to your computer and use it in GitHub Desktop.
// Read the output result and continue with (g result)
let lexComplete s g =
let complete () =
g (s.result ())
K complete;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment