| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Property.StrProperty
Documentation
data StrProperty Source #
Constructors
| StrProperty | |
Fields | |
Instances
| Eq StrProperty Source # | |
| Show StrProperty Source # | |
| ToJSON StrProperty Source # | |
| HasField "content" StrProperty Text Source # | |
| HasField "size" StrProperty Word64 Source # | |
| ModifyField "content" StrProperty StrProperty Text Text Source # | |
| ModifyField "size" StrProperty StrProperty Word64 Word64 Source # | |
| ModifyRec "content" Text cs0 => HasField "content" (Rec cs0 StrProperty) Text Source # | |
| ModifyRec "size" Word64 cs0 => HasField "size" (Rec cs0 StrProperty) Word64 Source # | |
| ModifyRec "content" Text cs0 => ModifyField "content" (Rec cs0 StrProperty) (Rec cs0 StrProperty) Text Text Source # | |
| ModifyRec "size" Word64 cs0 => ModifyField "size" (Rec cs0 StrProperty) (Rec cs0 StrProperty) Word64 Word64 Source # | |
| type FieldType "content" StrProperty Source # | |
| type FieldType "size" StrProperty Source # | |
| type UpdateType "content" StrProperty Text Source # | |
| type UpdateType "size" StrProperty Word64 Source # | |