diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-07-31 01:52:48 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-07-31 01:52:48 +0200 |
| commit | f5ee3312684e6129fbb6005756600e184cc880d0 (patch) | |
| tree | fdaa67da474a49c5d10bf8f28a55e53376d1f93a /source/Syntax | |
| parent | 1dc454ad9cc86f0ef014c0aeb78ddf5392f415d1 (diff) | |
Define semantic interface identities
Diffstat (limited to 'source/Syntax')
| -rw-r--r-- | source/Syntax/Interface.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Syntax/Interface.hs b/source/Syntax/Interface.hs index c66cc7d..bb2c4f3 100644 --- a/source/Syntax/Interface.hs +++ b/source/Syntax/Interface.hs @@ -42,6 +42,10 @@ module Syntax.Interface , getCanonicalSyntaxDeltaCache , putModuleSyntaxInterfaceCache , getModuleSyntaxInterfaceCache + , putBaseSyntaxInterfaceIdCache + , getBaseSyntaxInterfaceIdCache + , putSyntaxInterfaceIdCache + , getSyntaxInterfaceIdCache ) where import Base |
