Skip to content

Commit ebbb43b

Browse files
committed
Added a descriptive comment.
Signed-off-by: Dean Wampler <[email protected]>
1 parent c454d25 commit ebbb43b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/scala/progscala3/typesystem/intersectionunion/IntersectionUnion.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package progscala3.typesystem.intersectionunion
22

3+
/**
4+
* A new example since publication demonstrating
5+
* intersection and union types.
6+
*/
37
object IntersectionUnion:
48

59
trait M:

0 commit comments

Comments
 (0)