Added back a line to Types that I recently removed, but which turns out to be needed
This commit is contained in:
parent
307b0f906f
commit
f4ed82d8f4
|
@ -182,6 +182,7 @@ plainSubscriptType m (A.Array (_:ds) t)
|
|||
= return $ case ds of
|
||||
[] -> t
|
||||
_ -> A.Array ds t
|
||||
plainSubscriptType m (A.Mobile t) = plainSubscriptType m t
|
||||
plainSubscriptType m t = diePC m $ formatCode "Subscript of non-array type: %" t
|
||||
|
||||
-- | Turn an expression into a 'Dimension'.
|
||||
|
|
Loading…
Reference in New Issue
Block a user