stdune
Dune's unstable standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package stdune
-
stdune
-
-
stdune.filesystem_stubs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library stdune
exception E of User_message.t
User errors are errors that users need to fix themselves in order to make progress. Since these errors are read by users, they should be simple to understand for people who are not familiar with the dune codebase.
val raise :
?loc:Stdune__Loc0.t ->
?hints:User_message.Style.t Pp.t list ->
?annots:User_message.Annots.t ->
User_message.Style.t Pp.t list ->
_
Raise a user error. The arguments are interpreted in the same way as User_message.make
. The first paragraph is prefixed with "Error:".
val make :
?loc:Stdune__Loc0.t ->
?hints:User_message.Style.t Pp.t list ->
?annots:User_message.Annots.t ->
User_message.Style.t Pp.t list ->
User_message.t
Create a user error.
val prefix : User_message.Style.t Pp.t
The "Error:" prefix
ON THIS PAGE
No table of contents