Skip to content

Commit

Permalink
docs: of_lex is even cooler!
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Sep 24, 2023
1 parent 2b2dba0 commit fe6a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mld
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ let () =

{1 Adding Location Information}

Lots of functions in your [Logger] is taking the optional argument [loc], including {{!val:Asai.Logger.S.trace}trace}. It is expecting an argument of type {!type:Asai.Span.t}. If you are using OCamllex, perhaps you will find {{!val:Asai.Span.of_lex_position}of_lex_position} handy. Please take a look at {!module:Asai.Span} to learn how to work with spans.
Lots of functions in your [Logger] is taking the optional argument [loc], including {{!val:Asai.Logger.S.trace}trace}. It is expecting an argument of type {!type:Asai.Span.t}. If you are using OCamllex, perhaps you will find {{!val:Asai.Span.of_lex}of_lex} handy. Please take a look at {!module:Asai.Span} to learn how to work with spans.

0 comments on commit fe6a331

Please sign in to comment.