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
/
semantics
/
phase
/
mod.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce intermediate representation that stores typed expr
Nadrieril
2020-01-18
1
-1
/
+9
*
Remove Shift/Subst traits
Nadrieril
2020-01-17
1
-13
/
+0
*
Use binder ids to reconstruct variables in expr output
Nadrieril
2020-01-17
1
-7
/
+1
*
Parameterize ValueKind by its subnodes
Nadrieril
2020-01-17
1
-1
/
+1
*
Ensure inferred type is always in normal form
Nadrieril
2019-12-24
1
-1
/
+10
*
Move ValueKind into value.rs
Nadrieril
2019-12-20
1
-1
/
+1
*
Fix some comments
Nadrieril
2019-12-20
1
-9
/
+2
*
Move error module to root of crate
Nadrieril
2019-12-20
1
-1
/
+1
*
Move out conversion from value back to ast to its own file
Nadrieril
2019-12-19
1
-1
/
+6
*
Rename ValueF to ValueKind
Nadrieril
2019-12-19
1
-7
/
+7
*
Move binary encoding/decoding to syntax/
Nadrieril
2019-12-17
1
-1
/
+1
*
Refer to semantics module properly
Nadrieril
2019-12-15
1
-4
/
+4
*
Avoid mention of `crate::` outside of top-level imports
Nadrieril
2019-12-15
1
-5
/
+3
*
Move contents of dhall under a semantics submodule
Nadrieril
2019-12-15
1
-0
/
+254