Skip to main content
git.secluded.site
Repositories
About
ghall
A Dhall implementation in pure-as-can-be Gleam
README
Files
Commits
Branches
Tags
ghall
5a5242a
src
node.gleam
node.gleam
View raw
1
pub
type
Node
{
2
Let
3
EndOfLine
4
}