Module

DOM.Simple.Console

Package
purescript-dom-simple
Repository
garganscript/purescript-dom-simple

#Console Source

data Console

#log Source

log :: forall a. a -> Effect Unit

#log2 Source

log2 :: forall a b. a -> b -> Effect Unit

#log3 Source

log3 :: forall a b c. a -> b -> c -> Effect Unit

#log4 Source

log4 :: forall a b c d. a -> b -> c -> d -> Effect Unit

#log5 Source

log5 :: forall a b c d e. a -> b -> c -> d -> e -> Effect Unit

#log6 Source

log6 :: forall a b c d e f. a -> b -> c -> d -> e -> f -> Effect Unit

#log7 Source

log7 :: forall a b c d e f g. a -> b -> c -> d -> e -> f -> g -> Effect Unit

#log8 Source

log8 :: forall a b c d e f g h. a -> b -> c -> d -> e -> f -> g -> h -> Effect Unit