0918nobita / psyche-fs

Programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discriminated Unions

0918nobita opened this issue · comments

#33 に依存

(type UnaryOp Plus Minus)

(type Color (RGB Int Int Int))

recursive:

(type BinTree
    (Tree BinTree BinTree)
    (Leaf Int))