GHC.Toolchain.ParseTriple
parseTriple :: Cc -> String -> M (ArchOS, Maybe String) Source #
Parse a triple `arch-vendor-os` into an ArchOS and a vendor name String
ArchOS
String
If the user specified a duple (`arch-os`) instead, the vendor name is Nothing
Nothing