write a function in ocaml that takes a list of loans and returns a list of balances

后端 未结 0 624
旧巷少年郎
旧巷少年郎 2020-12-10 08:23

Given (* Consider the OCaml code below. *)

type fBalance = float
type fInterestRate = float
type fMonthlyPayment = float

type loan =
  | NotePayable of fBala         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题