summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml
diff options
context:
space:
mode:
authorSon Ho2022-11-11 16:34:09 +0100
committerSon Ho2022-11-11 16:34:09 +0100
commit9408cb898409da5588510233577a20468fac634f (patch)
treec18f0836bfbafc43b1df08fd5d050905ed57bf84 /compiler/PureUtils.ml
parentf58d3bcea55c06921ad332e6c820b96a5d9d2c37 (diff)
Fix some issues with the comments
Diffstat (limited to 'compiler/PureUtils.ml')
-rw-r--r--compiler/PureUtils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/PureUtils.ml b/compiler/PureUtils.ml
index 1ab3439c..0f16b5b4 100644
--- a/compiler/PureUtils.ml
+++ b/compiler/PureUtils.ml
@@ -73,7 +73,7 @@ let make_type_subst (vars : type_var list) (tys : ty list) : TypeVarId.id -> ty
in
fun id -> TypeVarId.Map.find id mp
-(** Retrieve the list of fields for the given variant of a {!type_decl}.
+(** Retrieve the list of fields for the given variant of a {!type:Pure.type_decl}.
Raises [Invalid_argument] if the arguments are incorrect.
*)