| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Dashi.Util
Contents
Documentation
formatFloat :: (RealFloat a, IsString s) => a -> s Source #
misoStringIso :: (FromMisoString a, ToMisoString a) => Iso' MisoString a Source #
breakAll :: (Char -> Bool) -> MisoString -> [MisoString] Source #
unpascal :: MisoString -> MisoString Source #
emptyView_ :: View model action Source #
emptyAttr_ :: Attribute action Source #
Orphan instances
| ToMisoString Rational Source # | |
Methods toMisoString :: Rational -> MisoString Source # | |
| HasResolution k2 => ToMisoString (Fixed k2) Source # | |
Methods toMisoString :: Fixed k2 -> MisoString Source # | |