Sha256: 0e888c16c705ef9b342e25ec2d7836ecfb69b7c4554ed4a073328577e97e3fb5
Contents?: true
Size: 401 Bytes
Versions: 156
Compression:
Stored size: 401 Bytes
Contents
module BankAccount let mkBankAccount() = failwith "You need to implement this function." let openAccount account = failwith "You need to implement this function." let closeAccount account = failwith "You need to implement this function." let getBalance account = failwith "You need to implement this function." let updateBalance change account = failwith "You need to implement this function."
Version data entries
156 entries across 156 versions & 1 rubygems