ghcjs-react icon indicating copy to clipboard operation
ghcjs-react copied to clipboard

Consolidate ReactText into ToReactNode, and shorten toReactNode to node

Open Dridus opened this issue 8 years ago • 0 comments

plus rename text' to text and move the non-overlapping instances of 'ReactText' over.

so, in the end it would be:

class ToReactNode a where node :: a -> ReactNode
text :: JSString -> ReactNode

Dridus avatar Sep 27 '16 04:09 Dridus