miso-aframe-0.1: Miso bindings for A-Frame framework for WebVR.

Safe HaskellNone
LanguageHaskell2010

Miso.AFrame.Core.Internal.Utils

Documentation

node_ :: MisoString -> [Attribute action] -> [View action] -> View action Source

primitive :: MisoString -> [Attribute action] -> Entity action Source

attrsFromJSON :: ToJSON a => a -> [Attribute action] Source

gtoJSON :: forall a d f. (Generic a, GToJSON (Rep a), Rep a ~ D1 d f, Datatype d) => a -> Value Source

gtoJSONPrimitive :: forall a d f. (Generic a, GToJSON (Rep a), Rep a ~ D1 d f, Datatype d) => a -> Value Source

data Proxy3 d f a Source

Constructors

Proxy3 

stripCommonPrefix :: Eq a => [a] -> [a] -> [a] Source