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.119 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.118 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.117 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.116 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.115 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.114 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.113 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.111 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.110 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.109 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.108 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.107 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.106 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.105 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.104 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.103 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.102 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.101 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.100 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.99 tracks/fsharp/exercises/error-handling/ErrorHandling.fs