Fork me on GitHub
#clara
<
2017-09-19
>
devn05:09:30

@mmer we built a lib such that you can require a single ns and have access to the records via an alias in addition to some other niceties like inheriting fields and specs on those fields from a parent fact

devn05:09:32

fact/my-fact, (deffact abc (alias abc) :a integer? (variant qrs (alias qrs) :q ::some-spec)))

mmer15:09:37

Where is this library?

devn17:09:18

@mmer closed source at the moment but will talk to folks about opening it up