We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1191997 + d8049f3 commit 0af75e9Copy full SHA for 0af75e9
1 file changed
src/FSharpx.Extras/Prelude.fs
@@ -62,6 +62,9 @@ module Prelude =
62
/// first character used in the symbol.
63
let (^) = (<|)
64
65
+ // Bottom value
66
+ let undefined<'T> : 'T = raise (NotImplementedException("result was implemented as undefined"))
67
+
68
type Boolean with
69
static member parse x =
70
match bool.TryParse(x) with
0 commit comments