Marked up channel bundles as being mobile
This commit is contained in:
parent
f73171140c
commit
34ae9861d0
|
@ -635,6 +635,7 @@ isSequenceType _ _ = False
|
|||
isMobileType :: (CSMR m, Die m) => A.Type -> m Bool
|
||||
isMobileType (A.Mobile {}) = return True
|
||||
isMobileType t@(A.Record n) = recordAttr (A.nameMeta n) t >>* A.mobileRecord
|
||||
isMobileType (A.ChanDataType {}) = return True
|
||||
isMobileType _ = return False
|
||||
|
||||
--}}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user