Fix a documentation comment.
parent
a7d9423778
commit
d6b05d1687
|
@ -177,10 +177,10 @@ module Make
|
|||
val exit: rectypes:bool -> variable list -> variable list * scheme list
|
||||
|
||||
(**[instantiate sigma] creates a fresh instance of the scheme [sigma]. The
|
||||
generic variables of the type scheme are replaced with fresh variables,
|
||||
obtained by invoking {!fresh}. The images of the scheme's quantifiers
|
||||
and body through this copy are returned. The order of the scheme's
|
||||
quantifiers, as determined by the function {!quantifiers}, is
|
||||
generic variables of the type scheme are replaced with fresh flexible
|
||||
variables, obtained by invoking {!flexible}. The images of the scheme's
|
||||
quantifiers and body through this copy are returned. The order of the
|
||||
scheme's quantifiers, as determined by the function {!quantifiers}, is
|
||||
preserved. *)
|
||||
val instantiate: scheme -> variable list * variable
|
||||
|
||||
|
|
Loading…
Reference in New Issue