Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. fromEnum :: Enum a => a -> Int

    hledger-web Hledger.Web.Import

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  2. optionsEnum :: (MonadHandler m, Show a, Enum a, Bounded a) => m (OptionList a)

    hledger-web Hledger.Web.Import

    Creates an OptionList from an Enum, using its Show instance for the user-facing value.

  3. toEnum :: Enum a => Int -> a

    hledger-web Hledger.Web.Import

    Convert from an Int.

  4. type LineNum = Int

    hpp Hpp.Types

    Line numbers are represented as Ints

  5. hppLineNum :: HppState -> LineNum

    hpp Hpp.Types

    Current line number of input file

  6. lineNum :: Lens HppState LineNum

    hpp Hpp.Types

    No documentation available.

  7. RdKafkaRespErrDuplicateSequenceNumber :: RdKafkaRespErrT

    hw-kafka-client Kafka.Consumer

    No documentation available.

  8. RdKafkaRespErrOutOfOrderSequenceNumber :: RdKafkaRespErrT

    hw-kafka-client Kafka.Consumer

    No documentation available.

  9. RdKafkaRespErrDuplicateSequenceNumber :: RdKafkaRespErrT

    hw-kafka-client Kafka.Producer

    No documentation available.

  10. RdKafkaRespErrOutOfOrderSequenceNumber :: RdKafkaRespErrT

    hw-kafka-client Kafka.Producer

    No documentation available.

Page 197 of many | Previous | Next