Skip to content

Commit

Permalink
Fix GobList.remove_common_prefix doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 15, 2024
1 parent 5f1b296 commit 9744751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/std/gobList.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let equal = List.eq
This can be used to check being a prefix in both directions simultaneously:
- if [l1' = []], then [l1] is a prefix of [l2],
- if [l2' = []], then [l2] is a prefix of [l1].
In other cases, the common prefix is not returned (i.e. reconstructed) for efficiency reasons.
@param eq equality predicate for elements *)
Expand Down

0 comments on commit 9744751

Please sign in to comment.