ff-notes / ron

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

Use op chains #42

Open cblp opened 5 years ago

cblp commented 5 years ago

Useful for RGA

  1. Parenthesized chains
  2. String chains
gritzko commented 5 years ago

Yep.

@12345+origin rm (5); chain of 5 ops @12346+origin ('test'); chain of 4 ops, values are chars (codepoints)