forked from glen/fostr
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
module fostr
|
|
|
|
imports
|
|
|
|
completion/completion
|
|
pp
|
|
outline
|
|
analysis
|
|
ocaml
|
|
haskell
|
|
javascript
|
|
python
|
|
|
|
rules // Debugging
|
|
|
|
debug-show-aterm:
|
|
(node, _, _, path, project-path) -> (filename, result)
|
|
with
|
|
filename := <guarantee-extension(|"aterm")> path
|
|
; result := node
|