Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cli/Basic.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Std.Data.RBMap
import Std.Data.Option.Basic

section Utils
/--
Expand Down Expand Up @@ -178,8 +179,6 @@ section Utils
end Array

namespace Option
def join (x : Option (Option α)) : Option α := do ←x

/--
Returns `""` if the passed `Option` is `none`, otherwise
converts the contained value using a `ToString` instance.
Expand Down