This repository was archived by the owner on Aug 17, 2019. It is now read-only.
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Inspired by Lift's Box, Haskell's Maybe and Scala's Option.
5
5
6
- We innovate in a few areas, especially regarding the existing Scala APIs :
6
+ A few noteable characteristics :
7
7
8
8
* ` Maybe() ` is a polymorphich constructor that Does The Right Thing, no matter the input.
9
9
* ` get ` is only provided for a ` Just ` value, not in the general ` Maybe ` API.
Original file line number Diff line number Diff line change 35
35
36
36
Inspired by Lift's Box, Haskell's Maybe and Scala's Option.
37
37
38
- We innovate in a few areas, especially regarding the existing Scala APIs :
38
+ A few noteable characteristics :
39
39
40
40
* `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input.
41
41
* `get` is only provided for a `Just` value, not in the general `Maybe` API.
134
134
<plugin >
135
135
<groupId >net.alchim31.maven</groupId >
136
136
<artifactId >scala-maven-plugin</artifactId >
137
- <version >3.0.1 </version >
137
+ <version >3.1.0 </version >
138
138
<configuration >
139
+ <recompileMode >incremental</recompileMode >
139
140
<scalaVersion >${scala.version} </scalaVersion >
140
141
<charset >${project.build.sourceEncoding} </charset >
141
142
<args >
You can’t perform that action at this time.
0 commit comments