Skip to content

Instantly share code, notes, and snippets.

@raphink
Created January 17, 2013 18:20
Show Gist options
  • Save raphink/4558207 to your computer and use it in GitHub Desktop.
Save raphink/4558207 to your computer and use it in GitHub Desktop.
module Test =
let number = [ label "number" . store Rx.integer . Util.eol ]
let lns = (Util.comment|Util.empty|number)*
let _ = print_endline (lens_format_atype lns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment