Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. singEnumInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-th Data.Singletons.TH

    Create instance of SEnum for the given type

  2. singEnumInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-th Data.Singletons.TH

    Create instances of SEnum for the given types

  3. parseEnum :: forall t e a . (Bounded a, Enum a, Render a, Textual t) => Bool -> Bool -> e -> e -> t -> Either e a

    ttc Data.TTC

    Parse a value in an enumeration The Render instance determines the textual values to parse from. This function is intended to be used with types that have few choices, as the implementation uses a linear algorithm. See the enum example program in the ttc-examples directory of the source repository.

  4. parseEnum' :: forall t e a . (Bounded a, Enum a, Render a, Textual t, Textual e) => String -> Bool -> Bool -> t -> Either e a

    ttc Data.TTC

    Parse a value in an enumeration using default error messages The Render instance determines the textual values to parse from. The following English error messages are returned:

    • "invalid {name}" when there are no matches
    • "ambiguous {name}" when there is more than one match
    This function is intended to be used with types that have few choices, as the implementation uses a linear algorithm.

  5. readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS a

    ttc Data.TTC

    Implement ReadS using parseEnum This implementation expects all of the input to be consumed.

  6. _pageSetupFirstPageNumber :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types

    Page number for first printed page. If no value is specified, then automatic is assumed.

  7. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types

    Use _pageSetupFirstPageNumber value for first page number, and do not auto number the pages.

  8. _pageSetupFirstPageNumber :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Page number for first printed page. If no value is specified, then automatic is assumed.

  9. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Use _pageSetupFirstPageNumber value for first page number, and do not auto number the pages.

  10. pageSetupFirstPageNumber :: Lens' PageSetup (Maybe Int)

    xlsx Codec.Xlsx.Types.PageSetup

    No documentation available.

Page 166 of many | Previous | Next