Rum icon indicating copy to clipboard operation
Rum copied to clipboard

Create typeclass for Operations

Open vrom911 opened this issue 6 years ago • 0 comments

And improve this partial types

    | BinOper   {bop :: BinOp,   l, r :: Expression}
    | CompOper  {cop :: CompOp,  l, r :: Expression}
    | LogicOper {lop :: LogicOp, l, r :: Expression}

vrom911 avatar Oct 01 '19 12:10 vrom911