Merge pull request #2880 from nukisman/patch-3

Fix typo in custom backend cookbook: Phase --> UsePhase
This commit is contained in:
Zoe Stafford 2023-02-06 21:27:44 +00:00 committed by GitHub
commit 249b0026d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ Which Intermediate Representation (IR) should be consumed by the custom back-end
Now lets turn our attention to the different intermediate representations (IRs)
that Idris provides.
When the ``getCompileData`` function is invoked with the ``Phase`` parameter
When the ``getCompileData`` function is invoked with the ``UsePhase`` parameter
it will produce a ``CompileData`` record, which will contain lists of top-level
definitions that needs to be compiled. These are: