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.180 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.179 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.178 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.177 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.176 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.175 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.174 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.173 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.172 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.171 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.170 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.169 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.167 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.166 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.165 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.164 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.163 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.162 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.161 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.160 tracks/fsharp/exercises/error-handling/ErrorHandling.fs