[Home] Module Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators


Compiler-recognized operators

Values

ValueDescription
[<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

See Also

Microsoft.FSharp.Core.LanguagePrimitives


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19