From 1a97f8957539e9192bdb9176a8eafd4da101a857 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 7 May 2019 16:18:16 +0200 Subject: Small mistake --- dhall/src/core/value.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/src/core') diff --git a/dhall/src/core/value.rs b/dhall/src/core/value.rs index 354c360..28fcb3e 100644 --- a/dhall/src/core/value.rs +++ b/dhall/src/core/value.rs @@ -40,7 +40,7 @@ pub(crate) struct AlphaLabel(Label); #[derive(Debug, Clone, PartialEq, Eq)] pub(crate) enum Value { /// Closures - Lam(AlphaLabel, Thunk, Thunk), + Lam(AlphaLabel, TypeThunk, Thunk), Pi(AlphaLabel, TypeThunk, TypeThunk), // Invariant: the evaluation must not be able to progress further. AppliedBuiltin(Builtin, Vec), -- cgit v1.2.3