ron icon indicating copy to clipboard operation
ron copied to clipboard

Haskell implementation of RON and RON-RDT

Results 77 ron issues
Sort by recently updated
recently updated
newest added

type_Enhancement
level_Research
component_Schema

type_Enhancement
level_Intermediate
component_Storage

Motivating example from ff: ```edn (enum Status Active Archived) (opaque_atoms NoteStatus) ; data NoteStatus = TaskStatus Status | Wiki ``` Boilerplate: ```haskell wiki :: UUID wiki = fromJust $ UUID.mkName...

type_Enhancement
level_Research
component_Schema

type_Enhancement
level_Research
priority_High
component_RDT
component_Storage

type_Enhancement
level_Research
priority_High
component_RDT
component_Storage

type_Enhancement
level_Beginner
priority_High

and lift them to the application via `OnDocumentChanged`

type_Enhancement
priority_High
level_Intermediate

To refine a document with its id is convenient not only for ff. Proposed solution: move `Entity` from ff to `ron-storage` or add UUID field to `Document`.

type_Enhancement
level_Research
component_Storage

Make a test on it

level_Beginner
type_Task

```haskell data family ORSet c a where newtype instance ORSet Ord a = ORSetOrd (Set a) newtype instance ORSet Hashable a = ORSetHash (HashSet a) ```

type_Enhancement
level_Research
component_RDT