ff-notes / ron

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

(2019-08-09, cblp) #141

Open src-of-truth[bot] opened 4 years ago

src-of-truth[bot] commented 4 years ago

data Error = Error { context :: [Text] , desc :: Text , reasons :: [Error] } https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron/lib/RON/Error.hs#L22-L29