ff-notes / ron

Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65 stars 9 forks source link

Add raw ops 2.1 #72

Open cblp opened 5 years ago

cblp commented 5 years ago
 data WireChunk
     = Closed ClosedOp
+    | Open Op
     | Value WireReducedChunk
     | Query WireReducedChunk
mputz86 commented 5 years ago

After discussion with @cblp , seems to be done already.

cblp commented 5 years ago

Reopened since we found the information we missed before. Updated the issue.