octane-0.20.3: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Value.StringValue

Documentation

newtype StringValue Source #

Constructors

StringValue 

Instances

Eq StringValue Source # 
Show StringValue Source # 
ToJSON StringValue Source # 
HasField "unpack" StringValue Text Source # 

Methods

getField :: Proxy# Symbol "unpack" -> StringValue -> Text #

ModifyField "unpack" StringValue StringValue Text Text Source # 

Methods

modifyField :: Proxy# Symbol "unpack" -> (Text -> Text) -> StringValue -> StringValue #

setField :: Proxy# Symbol "unpack" -> StringValue -> Text -> StringValue #

fieldLens :: Functor f => Proxy# Symbol "unpack" -> (Text -> f Text) -> StringValue -> f StringValue #

ModifyRec "unpack" Text cs0 => HasField "unpack" (Rec cs0 StringValue) Text Source # 

Methods

getField :: Proxy# Symbol "unpack" -> Rec cs0 StringValue -> Text #

ModifyRec "unpack" Text cs0 => ModifyField "unpack" (Rec cs0 StringValue) (Rec cs0 StringValue) Text Text Source # 

Methods

modifyField :: Proxy# Symbol "unpack" -> (Text -> Text) -> Rec cs0 StringValue -> Rec cs0 StringValue #

setField :: Proxy# Symbol "unpack" -> Rec cs0 StringValue -> Text -> Rec cs0 StringValue #

fieldLens :: Functor f => Proxy# Symbol "unpack" -> (Text -> f Text) -> Rec cs0 StringValue -> f (Rec cs0 StringValue) #

type FieldType "unpack" StringValue Source # 
type FieldType "unpack" StringValue = Text
type UpdateType "unpack" StringValue Text Source #