Skip to content

Commit bd0b213

Browse files
Gabriella439mergify[bot]
authored andcommitted
Make missing referentially transparent (#1509)
... as standardized in dhall-lang/dhall-lang#804
1 parent db69955 commit bd0b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall/src/Dhall/Import.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ loadWith expr₀ = case expr₀ of
984984
let local (Chained (Import (ImportHashed _ (Remote {})) _)) = False
985985
local (Chained (Import (ImportHashed _ (Local {})) _)) = True
986986
local (Chained (Import (ImportHashed _ (Env {})) _)) = True
987-
local (Chained (Import (ImportHashed _ (Missing {})) _)) = True
987+
local (Chained (Import (ImportHashed _ (Missing {})) _)) = False
988988

989989
let referentiallySane = not (local child) || local parent
990990

0 commit comments

Comments
 (0)