Skip to content

Commit ecc2aea

Browse files
committed
Adds hkts ts library reference
1 parent 97ebf2a commit ecc2aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

returns/primitives/hkt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def impossible(generic: T, value: V) -> T[V]:
8383
- https://arrow-kt.io/docs/0.10/patterns/glossary/#higher-kinds
8484
- https://github.com/gcanti/fp-ts/blob/master/docs/guides/HKT.md
8585
- https://bow-swift.io/docs/fp-concepts/higher-kinded-types
86+
- https://github.com/pelotom/hkts
8687
8788
"""
8889

0 commit comments

Comments
 (0)