Coercing existing types for internal DSL in F#

前端 未结 0 340
予麋鹿
予麋鹿 2020-12-21 22:29

Given a DU for an AST (a very simple expression tree)

type Expression =
  | Add of list
  | Var of string
  | Val of float

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