Skip to content

Instantly share code, notes, and snippets.

@emag
Last active December 8, 2024 09:26
Show Gist options
  • Select an option

  • Save emag/154caaf02f3613c14ec10fa031303cfb to your computer and use it in GitHub Desktop.

Select an option

Save emag/154caaf02f3613c14ec10fa031303cfb to your computer and use it in GitHub Desktop.
BS 集約
enum BalanceSheet {
case NotReady
case Ready(
assets: Map[AccountTitle, BigDecimal],
liabilities: Map[AccountTitle, BigDecimal]
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment