avix-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Exo.Object.CustomObject

Documentation

type Track = Variant '["no_move" >: Double, "move" >: Record '["start" >: Double, "end" >: Double, "mode" >: Int]] Source #

type CustomObjectR = '["track0" >: Track, "track1" >: Track, "track2" >: Track, "track3" >: Track, "_type" >: Int, "param" >: Text] Source #