ff-notes / ron

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

Add modules and imports in Schema #33

Open cblp opened 6 years ago

cblp commented 6 years ago
; built-in, implicit
; (import Atom)
; (import RDT [RGA, ORSet, VersionVector])

; stdlib
(import Time Day)
(... use Day ...)

; user libraries?