Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The sort for boolean values.
Booleans are one bit values.
val t : t Value.sort
the Bool sort.
val refine : unit Value.sort -> t Value.sort option
refine s
if s
is Bool
then returns Some t
.