datalog icon indicating copy to clipboard operation
datalog copied to clipboard

Support composition for parse and compile

Open fogfish opened this issue 7 years ago • 0 comments

datalog:p/1 and datalog:c/1 are pure functions that returns either data type. Existed implementation is mixed. Error returned as {error, ...} but success is not packages to either container.

datalog:c/1 exists.

fogfish avatar Aug 07 '18 16:08 fogfish