Skip to content

Commit abbe8f3

Browse files
committed
Docs
1 parent 2f10be6 commit abbe8f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package sttp
22

33
package object shared {
4+
5+
/** The `Identity` type constructor can be used where an "effect" or wrapper (usually called `F[_]`) is expected. It
6+
* represents direct-style / synchronous programming, and allows passing in code written in this style.
7+
*/
48
type Identity[X] = X
59
}

0 commit comments

Comments
 (0)