2 results found in 1 ms, displaying results 1-2
module fact-extraction/datalog
imports
libwebdsl-front
libwebdsl-generator
webdsl_editor
resolve/function
signature constructors
Fact : Id * List(Constant) -> Term
rules
datalog-extraction : // use on main app file
a@(node, position, ast, path, project-path) -> (filename, result)
with filename := <guarantee-extension(|"datalog")> path
with <webdsl-editor-init> (
more fragments