Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit c0df026

Browse files
committed
Add Document
1 parent 7fc14e1 commit c0df026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DOM.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ module DOM where
33
-- | Effect type for DOM maniupulation
44
foreign import data DOM :: !
55

6+
-- | General type for DOM documents.
7+
foreign import data Document :: *
8+
69
-- | General type for DOM nodes.
710
foreign import data Node :: *
811

0 commit comments

Comments
 (0)