Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.20 KB | None | 0 0
  1. # module rec ReflectiveNominal : NOMINALS = NOMINAL( ReflectiveTerm )
  2. and ReflectiveTerm : TERMS = TERM( ReflectiveNominal );;
  3.   module rec ReflectiveNominal : NOMINALS
  4. and ReflectiveTerm : TERMS
  5. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement