File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module Name = struct
3636end
3737
3838let ( @: ) (name : string ) (ty : Ty.t ) : t =
39- { name = Name. simple name; namespace = var ; ty }
39+ { name = Name. simple name; namespace = term ; ty }
4040
4141let name { name; _ } = name
4242
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ val var : namespace
5454(* * {1 Symbol Creation} *)
5555
5656(* * [s @: ty] creates a symbol with name [s] and type [ty], belonging to the
57- default namespace. *)
57+ term (function, constant) namespace. *)
5858val ( @: ) : string -> Ty. t -> t
5959
60- (* * [make ty s] creates a symbol with type [ty] and name [s] in the default
61- namespace. *)
60+ (* * [make ty s] creates a symbol with type [ty] and name [s] in the term
61+ (function, constant) namespace. *)
6262val make : Ty .t -> string -> t
6363
6464(* * [make3 ty name ns] creates a symbol with type [ty], name [name], and
You can’t perform that action at this time.
0 commit comments