File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public protocol Alternative : Applicative {
6060 ///
6161 /// The least solution to the equation:
6262 ///
63- /// some(v) <|> FLA. pure([])
63+ /// some(v) <|> pure([])
6464 func many( Self) -> FLA
6565}
6666
Original file line number Diff line number Diff line change 33// Basis
44//
55// Created by Robert Widmann on 12/22/14.
6- // Copyright (c) 2014 Robert Widmann. All rights reserved.
6+ // Copyright (c) 2014 TypeLift. All rights reserved.
7+ // Released under the MIT license.
78//
89
910/// A lazy infinite sequence of values.
Original file line number Diff line number Diff line change 33// Basis
44//
55// Created by Robert Widmann on 12/20/14.
6- // Copyright (c) 2014 Robert Widmann. All rights reserved.
6+ // Copyright (c) 2014 TypeLift. All rights reserved.
7+ // Released under the MIT license.
78//
89
910/// Represents a computation that either produces a value (pure) or branches (suspend). Trampolines
Original file line number Diff line number Diff line change 33// Basis
44//
55// Created by Robert Widmann on 12/22/14.
6- // Copyright (c) 2014 Robert Widmann. All rights reserved.
6+ // Copyright (c) 2014 TypeLift. All rights reserved.
7+ // Released under the MIT license.
78//
89
910import Basis
Original file line number Diff line number Diff line change 33// Basis
44//
55// Created by Robert Widmann on 12/13/14.
6- // Copyright (c) 2014 Robert Widmann. All rights reserved.
6+ // Copyright (c) 2014 TypeLift. All rights reserved.
7+ // Released under the MIT license.
78//
89
910
Original file line number Diff line number Diff line change 33// Basis
44//
55// Created by Robert Widmann on 12/21/14.
6- // Copyright (c) 2014 Robert Widmann. All rights reserved.
6+ // Copyright (c) 2014 TypeLift. All rights reserved.
7+ // Released under the MIT license.
78//
89
910import Basis
You can’t perform that action at this time.
0 commit comments