Created
April 26, 2015 14:19
-
-
Save SteveGilham/cd4225ac75f0343d6ccb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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