= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package async_extended
-
async_extended
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
val create :
?multiple_sexps_per_file:bool ->
name:string ->
(module S) ->
Async.Command.t
Generates a command that validates sexp files
val of_load :
name:string ->
(string -> 'a Async.Deferred.Or_error.t) ->
Async.Command.t
Generates a command that validates arbitrary files, given a load function