diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-09 14:49:08 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:23:21 +0000 |
| commit | 61eb86951287667ca0ee305baa5c3cd6ad29ba36 (patch) | |
| tree | 7551d6b9c8af01c049adab0ee027dbad68f28808 /docs/gen/index | |
| parent | more internal doc fixes (diff) | |
| download | alive-61eb86951287667ca0ee305baa5c3cd6ad29ba36.tar.gz alive-61eb86951287667ca0ee305baa5c3cd6ad29ba36.zip | |
add types.T, fix spec + docs
Diffstat (limited to 'docs/gen/index')
| -rwxr-xr-x | docs/gen/index | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gen/index b/docs/gen/index index a2fe486..55dd1df 100755 --- a/docs/gen/index +++ b/docs/gen/index @@ -1,4 +1,5 @@ #!/usr/bin/env moon +require 'alv' import render, layout, autoref from require 'docs.gen.layout' import section, h1, h2, p, ul, li, a, code from require 'docs.gen.dom' import opairs from require 'alv.util' @@ -43,6 +44,6 @@ spit OUT, layout p "These definitions are automatically loaded into the global Scope of every alive session." ul for key, val in opairs (require 'alv.builtin').values - li render key, val.value + li render key, val.result } } |
