shakuhachi.query
Field.Bool
Operations on boolean field node.
shakuhachi.config
shakuhachi.database
shakuhachi.libs
shakuhachi.metadata
shakuhachi.plugin
shakuhachi.util
module Key : sig ... end
Operations on keys for bool field
type 'a t
type of boolean field node
val init : Key.t -> 'a -> 'a t
val art : 'a -> 'a t
art b is Art b.
art b
Art b
val flag : 'a -> 'a t
val to_string : bool t -> string
to_string field returns a string representation of field.
to_string field
field
val to_sexp : bool t -> string
to_sexp field returns a s-expression compatible string of field.
to_sexp field
val key : 'a t -> Key.t
field f returns the
field f
val value : 'a t -> 'a
value s returns the value of s.
value s
s