From 43da296365ddbbb807dead5e97720504ce729660 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 30 Mar 2022 09:55:05 +0100 Subject: Fix mention of non-existent "rehydrateIface" function [skip ci] Fixes #21303 --- compiler/GHC/Driver/Make.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/GHC/Driver/Make.hs b/compiler/GHC/Driver/Make.hs index 0c41dbbda6..c4858d04b0 100644 --- a/compiler/GHC/Driver/Make.hs +++ b/compiler/GHC/Driver/Make.hs @@ -2412,7 +2412,7 @@ fully cyclic structure, in which `S` refers to `T` and `T` refers to `S`. Solution: **rehydration**. *Before compiling `R.hs`*, rehydrate all the ModIfaces below it that depend on R.hs-boot. To rehydrate a ModIface, call -`rehydrateIface` to convert it to a ModDetails. It's just a de-serialisation +`typecheckIface` to convert it to a ModDetails. It's just a de-serialisation step, no type inference, just lookups. Now `S` will be bound to a thunk that, when forced, will "see" the final binding -- cgit v1.2.1