phladiprelio-general-datatype-0.5.1.0: Extended functionality of PhLADiPreLiO
Safe HaskellSafe-Inferred
LanguageHaskell2010

Phladiprelio.General.Datatype3

Synopsis

Documentation

data Read0 Source #

Instances

Instances details
Show Read0 Source # 
Instance details

Defined in Phladiprelio.General.Datatype3

Methods

showsPrec :: Int -> Read0 -> ShowS #

show :: Read0 -> String #

showList :: [Read0] -> ShowS #

Eq Read0 Source # 
Instance details

Defined in Phladiprelio.General.Datatype3

Methods

(==) :: Read0 -> Read0 -> Bool #

(/=) :: Read0 -> Read0 -> Bool #

readSimple3 Source #

Arguments

:: (String -> Bool)

A special function to check whether the String contains needed information. Must return True for the String that contains the needed for usual processment information, otherwise — False.

-> Double 
-> (String -> [Double]) 
-> [Read0] 
-> [Double] 

line2Strings Source #

Arguments

:: (String -> Bool)

A special function to check whether the String contains needed information. Must return True for the String that contains the needed for usual processment information, otherwise — False.

-> (String -> [String]) 
-> [Read0] 
-> [String] 

read3 Source #

Arguments

:: (String -> Bool)

A special function to check whether the String contains needed information. Must return True for the String that contains the needed for usual processment information, otherwise — False.

-> Double 
-> (String -> [Double]) 
-> String 
-> [Double] 

readEq4G Source #

Arguments

:: (String -> Bool)

A special function to check whether the String contains needed information. Must return True for the String that contains the needed for usual processment information, otherwise — False.

-> (String -> [Double]) 
-> (String -> [String]) 
-> [Read0] 
-> [(String, Double)] 

Is intended to be used in the "music" mode for PhLADiPreLiO.

readEq4 :: (String -> [Double]) -> (String -> [String]) -> [Read0] -> [(String, Double)] Source #