1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package spin
-
spin
-
-
spin.ansi
-
spin.template
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val eval :
context:( string, Spin_std.String.t ) Spin_std.Hashtbl.t ->
Dec_template.Expr.t ->
Spin_std.String.t
val eval_fn :
context:( string, Spin_std.String.t ) Spin_std.Hashtbl.t ->
Dec_template.Expr.func ->
Spin_std.String.t
val to_bool :
context:( string, Spin_std.String.t ) Spin_std.Hashtbl.t ->
Dec_template.Expr.t ->
bool
val to_result :
context:'a ->
( context:'b -> 'c -> 'd ) ->
'e ->
( 'f, Spin_error.t ) result
val filter_map :
context:( string, Spin_std.String.t ) Spin_std.Hashtbl.t ->
condition:( 'a -> Dec_template.Expr.t option ) ->
( 'b -> 'c ) ->
'd list ->
( 'e list, Spin_error.t ) result