Base.ExportSourceval hash_fold_list :
'a. (Hash.state -> 'a -> Hash.state) ->
Hash.state ->
'a list ->
Hash.stateval hash_fold_option :
'a. (Hash.state -> 'a -> Hash.state) ->
Hash.state ->
'a option ->
Hash.stateFormat stuff
List operators
include module type of struct include List.Infix endInt operators and comparisons
include module type of struct include Int.O endFloat operators
include module type of struct include Float.O_dot endReverse application operator. x |> g |> f is equivalent to f (g (x)).
Application operator. g @@ f @@ x is equivalent to g (f (x)).
Boolean operations
Reference operations
Pair operations
Exceptions stuff
Misc