Value | Description |
[<OCamlCompatibilityAttribute ("Use '&&' instead")>]
val ( & ) : bool -> bool -> bool |
Binary 'and'. When used as a binary operator the right hand value is evaluated only on demand
|
val ( && ) : bool -> bool -> bool |
Binary 'and'. When used as a binary operator the right hand value is evaluated only on demand
|
val ( || ) : bool -> bool -> bool |
Binary 'or'. When used as a binary operator the right hand value is evaluated only on demand
|
val ( ~& ) : 'a -> 'a byref |
Address-of. Uses of this value may result in the generation of unverifiable code.
|
val ( ~&& ) : 'a -> 'a nativeptr |
Address-of. Uses of this value may result in the generation of unverifiable code.
|
val ( ~- ) : overloaded |
Overloaded unary negation.
|
val or : bool -> bool -> bool |
Binary 'or'. When used as a binary operator the right hand value is evaluated only on demand
|