Skip to content

Commit 96ccc55

Browse files
committed
Add note about README into the source files
1 parent 4850293 commit 96ccc55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Partial.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-- | Some partial helper functions.
2-
module Partial
1+
-- | Some partial helper functions. See the README for more documentation.
2+
module Partial
33
( crash
44
, crashWith
55
) where

src/Partial/Unsafe.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- | Utilities for working with partial functions.
2+
-- | See the README for more documentation.
23
module Partial.Unsafe
34
( unsafePartial
45
, unsafePartialBecause

0 commit comments

Comments
 (0)