elm/core-js/Graphics
evancz c9c17b34ef Rename insideForm to isWithin.
Rename `foldp1` to `foldp'`, I think the previous name suggests different behavior.
Add `foldp1 :: (a -> a -> a) -> Signal a -> Signal a`
Add type hints for all of these functions.
2012-10-02 22:57:52 -04:00
..
Collage.js add insideForm :: Point -> Form -> Bool function that checks to see if a point is inside of a form. 2012-09-27 17:18:29 -04:00
Color.js Begin rewrite of rendering engine. 2012-08-31 01:42:33 -05:00
Element.js Rename insideForm to isWithin. 2012-10-02 22:57:52 -04:00
Render.js Distinguish between DOM nodes created by Elm and ones imported from JS. 2012-09-13 21:28:16 -07:00