Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. maybe'numberValue :: (Functor f, HasField s "maybe'numberValue" a) => LensLike' f s a

    proto-lens-protobuf-types Proto.Google.Protobuf.Struct_Fields

    No documentation available.

  2. data Enum

    proto-lens-protobuf-types Proto.Google.Protobuf.Type

    Fields :

    • name :: Lens' Enum Data.Text.Text
    • enumvalue :: Lens' Enum [EnumValue]
    • vec'enumvalue :: Lens' Enum (Data.Vector.Vector EnumValue)
    • options :: Lens' Enum [Option]
    • vec'options :: Lens' Enum (Data.Vector.Vector Option)
    • sourceContext :: Lens' Enum Proto.Google.Protobuf.SourceContext.SourceContext
    • maybe'sourceContext :: Lens' Enum (Prelude.Maybe Proto.Google.Protobuf.SourceContext.SourceContext)
    • syntax :: Lens' Enum Syntax
    • edition :: Lens' Enum Data.Text.Text

  3. data EnumValue

    proto-lens-protobuf-types Proto.Google.Protobuf.Type

    Fields :

    • name :: Lens' EnumValue Data.Text.Text
    • number :: Lens' EnumValue Data.Int.Int32
    • options :: Lens' EnumValue [Option]
    • vec'options :: Lens' EnumValue (Data.Vector.Vector Option)

  4. Field'TYPE_ENUM :: Field'Kind

    proto-lens-protobuf-types Proto.Google.Protobuf.Type

    No documentation available.

  5. enumvalue :: (Functor f, HasField s "enumvalue" a) => LensLike' f s a

    proto-lens-protobuf-types Proto.Google.Protobuf.Type_Fields

    No documentation available.

  6. vec'enumvalue :: (Functor f, HasField s "vec'enumvalue" a) => LensLike' f s a

    proto-lens-protobuf-types Proto.Google.Protobuf.Type_Fields

    No documentation available.

  7. class Enum a

    quaalude Essentials

    Class Enum defines operations on sequentially ordered types. The enumFrom... methods are used in Haskell's translation of arithmetic sequences. Instances of Enum may be derived for any enumeration type (types whose constructors have no fields). The nullary constructors are assumed to be numbered left-to-right by fromEnum from 0 through n-1. See Chapter 10 of the Haskell Report for more details. For any type that is an instance of class Bounded as well as Enum, the following should hold:

    enumFrom     x   = enumFromTo     x maxBound
    enumFromThen x y = enumFromThenTo x y bound
    where
    bound | fromEnum y >= fromEnum x = maxBound
    | otherwise                = minBound
    

  8. getEnum :: Enum a => Get a

    radius Network.RADIUS.Encoding

    For internal use.

  9. putEnum :: Enum a => a -> Put

    radius Network.RADIUS.Encoding

    For internal use.

  10. CallbackNumberAttribute :: ByteString -> PacketAttribute

    radius Network.RADIUS.Types

    No documentation available.

Page 741 of many | Previous | Next