Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (* sig.sml *)
  2. signature Primos =
  3. sig
  4.   type prcontext
  5.   val get_nth : prcontext * int -> int
  6.   val get_context : prcontext
  7.   val print_context : prcontext -> unit
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement