Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.24 KB | None | 0 0
  1. # module rec ReflectiveNominal = NOMINAL( ReflectiveTerm )
  2. and ReflectiveTerm = TERM( ReflectiveNominal );;
  3.   Characters 29-30:
  4.   module rec ReflectiveNominal = NOMINAL( ReflectiveTerm )
  5.                                ^
  6. Error: Syntax error
  7. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement