Skip to content

Instantly share code, notes, and snippets.

@awreece
Created December 26, 2012 22:29
Show Gist options
  • Save awreece/4383611 to your computer and use it in GitHub Desktop.
Save awreece/4383611 to your computer and use it in GitHub Desktop.
File "temp.ml", line 4, characters 2-5:
Error: Syntax error
module DJV = struct
type t = { level: int; vertex: string }
val vertex v = v.vertex
val level v = v.level
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment