Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
tomland Toml.Codec.BiMap Smart constructor for BiMap from a Haskell value (some primitive like Int or Text) to AnyValue.
applyAsToAny :: forall r (t :: TValue) . (AnyValue -> r) -> Value t -> rtomland Toml.Type.AnyValue Make function that works with AnyValue also work with specific Value.
reifyAnyValues :: forall (t :: TValue) . Value t -> [AnyValue] -> Either TypeMismatchError [Value t]tomland Toml.Type.AnyValue Checks whether all elements inside given list of AnyValue have the same type as given Value. Returns list of Value t without given Value.
insertKeyAnyVal :: Key -> AnyValue -> TOML -> TOMLtomland Toml.Type.TOML Inserts given key-value into the TOML.
-
unbound-generics Unbound.Generics.LocallyNameless.Alpha See fvAny.
fvAny' :: Fold a AnyName
-
unbound-generics Unbound.Generics.LocallyNameless.Alpha No documentation available.
fvAny :: (Alpha a, Contravariant f, Applicative f) => (AnyName -> f AnyName) -> a -> f aunbound-generics Unbound.Generics.LocallyNameless.Operations fvAny returns a fold over any names in a term a.
fvAny :: Alpha a => Fold a AnyName
-
units-defs Data.Units.Astronomical No documentation available.
-
units-defs Data.Units.Astronomical No documentation available.
satisfyAny :: (Foldable t, Semigroup e) => t (Validator e inp a) -> Validator e inp avalida Valida.Combinators Build a validator that succeeds if any of the given validators succeed. If all fail, the errors are combined. The first (left-most) Success is returned. If all fail, the errors are combined. Remaining validators are not used once one succeeds.
satisfyAny = foldl1 orElse
satisfyAny = foldr1 orElse
satisfyAny = foldl orElse failV
satisfyAny = foldr orElse failV