Skip to content

Commit a4c7cd0

Browse files
committed
module documentation
1 parent d650148 commit a4c7cd0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Data/ArrayBuffer/ArrayBuffer.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- | This module represents the functional bindings to JavaScript's `ArrayBuffer`
2+
-- | objects. See [MDN's spec](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) for details.
3+
14
module Data.ArrayBuffer.ArrayBuffer ( empty
25
, byteLength
36
, slice

src/Data/ArrayBuffer/DataView.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- | This module represents the functional bindings to JavaScript's `DataView`
2+
-- | objects. See [MDN's spec](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) for details.
3+
14
module Data.ArrayBuffer.DataView
25
( whole
36
, part

0 commit comments

Comments
 (0)