Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit231aafe

Browse files
dsymeunknown
authored and
unknown
committed
remove dead code
1 parentc65494a commit231aafe

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

‎src/fsharp/outcome.fs‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ open Microsoft.FSharp.Compiler.AbstractIL.Internal.Library
1212
letsuccess a= Result a
1313
letraze(b:exn)= Exception b
1414

15-
// bind
16-
let(||?>)res f=
17-
match reswith
18-
| Result x-> f x
19-
| Exception err-> Exception err
20-
2115
// map
2216
let(|?>)res f=
2317
match reswith

‎src/fsharp/outcome.fsi‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ open Microsoft.FSharp.Compiler.AbstractIL.Internal.Library
66

77
valsuccess:'T->ResultOrException<'T>
88
valraze:exn->ResultOrException<'T>
9-
val(||?>):ResultOrException<'T>->('T->ResultOrException<'U>)->ResultOrException<'U>
109
val(|?>):ResultOrException<'T>->('T->'U)->ResultOrException<'U>
1110
valForceRaise:ResultOrException<'T>->'T
1211
valotherwise:(unit-> ResultOrException<'T>)->ResultOrException<'T>->ResultOrException<'T>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp