Skip to content

Commit

Permalink
Fixed documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppolesiuk committed Dec 22, 2024
1 parent 4a26395 commit f654e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lang/Surface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ and named_pattern_data =
| NP_Open
(** Introduce everything into the environment *)

(** Polymorphic expressions *)
(** Polymorphic expressions, at the place of use. *)
type poly_expr_use = poly_expr_use_data node
and poly_expr_use_data =
| EVar of var path
Expand All @@ -211,7 +211,7 @@ and poly_expr_use_data =
| EMethod of expr * method_name
(** Call of a method *)

(** Polymorphic expression *)
(** Polymorphic expressions, at the place of definition. *)
and poly_expr_def = poly_expr_def_data node
and poly_expr_def_data =
| PE_Expr of expr
Expand Down

0 comments on commit f654e62

Please sign in to comment.