| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.List
- newtype List a = List {
- listUnpack :: [a]
Documentation
A list of values.
Constructors
| List | |
Fields
| |
Instances
| HasField "content" (ArrayProperty a0) (List (Dictionary a0)) # | |
| HasField "unpack" (List a0) [a0] Source # | |
| ModifyField "content" (ArrayProperty a0) (ArrayProperty a0) (List (Dictionary a0)) (List (Dictionary a0)) # | |
| ModifyField "unpack" (List a0) (List a0) [a0] [a0] Source # | |
| ModifyRec "content" (List (Dictionary a0)) cs0 => HasField "content" (Rec cs0 (ArrayProperty a0)) (List (Dictionary a0)) # | |
| ModifyRec "unpack" [a0] cs0 => HasField "unpack" (Rec cs0 (List a0)) [a0] Source # | |
| ModifyRec "content" (List (Dictionary a0)) cs0 => ModifyField "content" (Rec cs0 (ArrayProperty a0)) (Rec cs0 (ArrayProperty a0)) (List (Dictionary a0)) (List (Dictionary a0)) # | |
| ModifyRec "unpack" [a0] cs0 => ModifyField "unpack" (Rec cs0 (List a0)) (Rec cs0 (List a0)) [a0] [a0] Source # | |
| Eq a => Eq (List a) Source # | |
| Ord a => Ord (List a) Source # | |
| Show a => Show (List a) Source # | |
| ToJSON a => ToJSON (List a) Source # | Encoded as a JSON array directly. |
| type FieldType "unpack" (List a0) Source # | |
| type UpdateType "content" (ArrayProperty a0) (List (Dictionary a0)) # | |
| type UpdateType "unpack" (List a0) [a0] Source # | |