Sha256: 2509cc31240f4952c626f284415f608c3d38bf5c47088309624d30b3fbf42fee

Contents?: true

Size: 439 Bytes

Versions: 156

Compression:

Stored size: 439 Bytes

Contents

module ErrorHandling

let handleErrorByThrowingException() = ()

let handleErrorByReturningOption input = failwith "You need to implement this function."

let handleErrorByReturningResult input = failwith "You need to implement this function."

let bind switchFunction twoTrackInput = failwith "You need to implement this function."

let cleanupDisposablesWhenThrowingException resource = failwith "You need to implement this function."

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.97 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.96 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.95 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.94 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.93 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.92 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.91 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.90 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.89 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.88 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.87 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.86 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.85 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.84 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.83 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.82 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.81 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.80 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.79 tracks/fsharp/exercises/error-handling/ErrorHandling.fs