data CKeyAtom : TypeShow CKeyAtomdata CKey : TypeShow CKeydata CValue : TypeCVString : String -> CValueCVInteger : Integer -> CValueCVFloat : Double -> CValueCVBoolean : Bool -> CValueCVArray : List CValue -> CValueCVInlineTable : List (CKey, CValue) -> CValueShow CValuedata Item : TypeIKeyValue : CKey -> CValue -> ItemITableHeader : CKey -> ItemITableArray : CKey -> ItemShow Item