Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data SurveyOptions = SurveyOptions {}
- runSurvey :: SurveyOptions -> PoseidonIO ()
- renderPackageWithCompleteness :: Bool -> JannoRows -> SeqSourceRows -> BibTeX -> String
- renderJannoCompleteness :: JannoRows -> String
- class PresenceCountable a where
- countPresence :: a -> Int
Documentation
data SurveyOptions Source #
A datatype representing command line options for the survey command
runSurvey :: SurveyOptions -> PoseidonIO () Source #
The main function running the janno command
renderPackageWithCompleteness :: Bool -> JannoRows -> SeqSourceRows -> BibTeX -> String Source #
class PresenceCountable a where Source #
countPresence :: a -> Int Source #
Instances
PresenceCountable GeneticSex Source # | |
Defined in Poseidon.CLI.Survey countPresence :: GeneticSex -> Int Source # | |
PresenceCountable CsvNamedRecord Source # | |
Defined in Poseidon.CLI.Survey countPresence :: CsvNamedRecord -> Int Source # | |
PresenceCountable String Source # | |
Defined in Poseidon.CLI.Survey countPresence :: String -> Int Source # | |
PresenceCountable (ListColumn a) Source # | |
Defined in Poseidon.CLI.Survey countPresence :: ListColumn a -> Int Source # | |
PresenceCountable (Maybe a) Source # | |
Defined in Poseidon.CLI.Survey countPresence :: Maybe a -> Int Source # |