diff options
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/src/typecheck.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/src/typecheck.rs b/dhall/src/typecheck.rs index 5a28089..e854927 100644 --- a/dhall/src/typecheck.rs +++ b/dhall/src/typecheck.rs @@ -304,8 +304,8 @@ macro_rules! ensure_is_const { }; } -/// Type-check an expression and return the expression alongside its type -/// if type-checking succeeded, or an error if type-checking failed +/// Type-check an expression and return the expression alongside its type if type-checking +/// succeeded, or an error if type-checking failed pub fn type_with( ctx: &Context<Label, Type<'static>>, e: SubExpr<X, Normalized<'static>>, |