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.159 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.158 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.157 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.156 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.155 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.154 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.153 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.152 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.151 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.150 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.149 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.148 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.147 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.146 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.145 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.144 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.143 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.142 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.141 tracks/fsharp/exercises/error-handling/ErrorHandling.fs
trackler-2.2.1.140 tracks/fsharp/exercises/error-handling/ErrorHandling.fs