ron
ron copied to clipboard
Haskell implementation of RON and RON-RDT
use cabal flag
https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron-schema/lib/RON/Schema.hs#L173-L174 * Found on master
https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/demo/text-editor-brick/Main.hs#L147-L148 * Found on master
https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron/lib/RON/Prelude.hs#L26-L27 * Found on master
if so, skip the prefix. https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron/lib/RON/Text/Serialize.hs#L163-L165 * Found on master
data Error = Error { context :: [Text] , desc :: Text , reasons :: [Error] } https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron/lib/RON/Error.hs#L22-L29 * Found on master
(the release is planned on 2019-08; removal is planned on 2020-08) https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron-rdt/lib/RON/Data/Internal.hs#L400-L402 * Found on master
https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron/lib/RON/Error.hs#L56-L57 * Found on master
https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron-rdt/lib/RON/Data/Internal.hs#L351-L353 * Found on master
newtype instance ORSet Ord a = ORSetOrd (Set a) newtype instance ORSet Hashable a = ORSetHash (HashSet a) https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron-rdt/lib/RON/Data/ORSet.hs#L115-L119 * Found on master