| Safe Haskell | None |
|---|
Text.NSPlist.Types
- data NSPlistValue
- = NSString String
- | NSDictionary [(String, NSPlistValue)]
- | NSArray [NSPlistValue]
- | NSData [Word8]
Documentation
data NSPlistValue Source
Data type that represents NextStep style (old style) Plist values
Constructors
| NSString String | |
| NSDictionary [(String, NSPlistValue)] | |
| NSArray [NSPlistValue] | |
| NSData [Word8] |
Instances