octane-0.18.1: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Value.IntValue

Documentation

newtype IntValue Source #

Constructors

IntValue 

Instances

Eq IntValue Source # 
Show IntValue Source # 
ToJSON IntValue Source # 
HasField "unpack" IntValue Int32 Source # 

Methods

getField :: Proxy# Symbol "unpack" -> IntValue -> Int32 #

ModifyField "unpack" IntValue IntValue Int32 Int32 Source # 

Methods

modifyField :: Proxy# Symbol "unpack" -> (Int32 -> Int32) -> IntValue -> IntValue #

setField :: Proxy# Symbol "unpack" -> IntValue -> Int32 -> IntValue #

fieldLens :: Functor f => Proxy# Symbol "unpack" -> (Int32 -> f Int32) -> IntValue -> f IntValue #

ModifyRec "unpack" Int32 cs0 => HasField "unpack" (Rec cs0 IntValue) Int32 Source # 

Methods

getField :: Proxy# Symbol "unpack" -> Rec cs0 IntValue -> Int32 #

ModifyRec "unpack" Int32 cs0 => ModifyField "unpack" (Rec cs0 IntValue) (Rec cs0 IntValue) Int32 Int32 Source # 

Methods

modifyField :: Proxy# Symbol "unpack" -> (Int32 -> Int32) -> Rec cs0 IntValue -> Rec cs0 IntValue #

setField :: Proxy# Symbol "unpack" -> Rec cs0 IntValue -> Int32 -> Rec cs0 IntValue #

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

type FieldType "unpack" IntValue Source # 
type FieldType "unpack" IntValue = Int32
type UpdateType "unpack" IntValue Int32 Source #