index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dhall
/
src
/
lib.rs
blob: 902df5312daac15148f7e9ef7e54a599689633f0 (
plain
)
1
2
3
4
5
#![feature(box_patterns)]
#![feature(trace_macros)]
pub
mod
context
;
pub
mod
typecheck
;