diff options
Diffstat (limited to 'frontend/explicitimports.icl')
-rw-r--r-- | frontend/explicitimports.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/explicitimports.icl b/frontend/explicitimports.icl index f0c3623..b10df13 100644 --- a/frontend/explicitimports.icl +++ b/frontend/explicitimports.icl @@ -783,8 +783,8 @@ instance consequences Expression instance consequences FunctionBody where consequences (CheckedBody body) = consequences body consequences (TransformedBody body) = consequences body - consequences (RhsMacroBody body) = consequences body - + // other alternatives should not occur + instance consequences FunType where consequences {ft_type} = consequences ft_type |