package core_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
core_kernel-v0.16.0.tar.gz
sha256=e37370bad978cfb71fdaf2b1a25ab1506b98ef0b91e0dbd189ffd9d853245ce2
doc/core_kernel.enum/Enum/index.html
Module EnumSource
Map a constructor name to a command-line string: downcase the name and convert _ to -.
Source
type ('a, 'b) make_param =
?case_sensitive:Base.bool ->
?represent_choice_with:Base.string ->
?list_values_in_help:Base.bool ->
?aliases:Base.string Base.list ->
?key:'a Univ_map.Multi.Key.t ->
Base.string ->
doc:Base.string ->
'a t ->
'b Command.Param.tSource
val make_param_one_of_flags :
?if_nothing_chosen:('a, 'a) Command.Param.If_nothing_chosen.t ->
?aliases:('a -> Base.string Base.list) ->
doc:('a -> Base.string) ->
'a t ->
'a Command.Param.tSource
val make_param_optional_comma_separated :
?allow_empty:Base.bool ->
?unique_values:Base.bool ->
('a, 'a Base.list Base.option) make_paramSource
val arg_type :
?case_sensitive:Base.bool ->
?key:'a Univ_map.Multi.Key.t ->
?list_values_in_help:Base.bool ->
'a t ->
'a Command.Arg_type.tDefines to_string and of_string functions for M, based on M.sexp_of_t and M.all. The sexp representation of M.t must be a sexp atom.
Source
module Make_of_string
(M : Command.Enumerable_stringable) :
Base.Stringable.S with type t := M.tDefines an of_string function for M, using M.all and M.to_string. Does not require M to be sexpable.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>