Copyright | (c) OleksandrZhabenko 2023-2024 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com |
Stability | Experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Read0
- isA :: Read0 -> Bool
- isB :: Read0 -> Bool
- isC :: Read0 -> Bool
- readU2 :: String -> Double
- readSimple3 :: (String -> Bool) -> Double -> (String -> [Word8]) -> Seq Read0 -> [Word8]
- basicSplit :: String -> Seq Read0
- line2Strings :: (String -> Bool) -> (String -> [String]) -> Seq Read0 -> [String]
- read3 :: (String -> Bool) -> Double -> (String -> [Word8]) -> String -> [Word8]
- readEq4G :: (String -> Bool) -> (String -> [Word8]) -> (String -> [String]) -> Seq Read0 -> [(String, Word8)]
- readEq4 :: (String -> [Word8]) -> (String -> [String]) -> Seq Read0 -> [(String, Word8)]
- zippedDouble2Word8 :: (Fractional b, Num b, Enum b, Ord b) => [(a, b)] -> [(a, b)]
Documentation
readU2 :: String -> Double Source #
Is a way to read duration of the additional added time period into the line.
:: (String -> Bool) | A special function to check whether the |
-> Double | |
-> (String -> [Word8]) | |
-> Seq Read0 | Is should be obtained using |
-> [Word8] |
:: (String -> Bool) | A special function to check whether the |
-> (String -> [String]) | |
-> Seq Read0 | Is should be obtained using |
-> [String] |
:: (String -> Bool) | A special function to check whether the |
-> (String -> [Word8]) | |
-> (String -> [String]) | |
-> Seq Read0 | Is should be obtained using |
-> [(String, Word8)] |
Is intended to be used in the "music" mode for AFTOVolio.
zippedDouble2Word8 :: (Fractional b, Num b, Enum b, Ord b) => [(a, b)] -> [(a, b)] Source #