You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
, Core2GrSem.lamMp_Inh_CodeAGItf = lm `lamMpUnionBindAspMp`Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: no duplicates, otherwise merging as done later has to be done
. ( cenvLamMp ^$= (EHSem.gathLamMp_Syn_AGItf ehSem `lamMpUnionBindAspMp`) ) -- assumption: no duplicates, otherwise merging as done later has to be done
, Core2GrSem.lamMp_Inh_CodeAGItf = cenv' ^. cenvLamMp -- lm `lamMpUnionBindAspMp` Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: no duplicates, otherwise merging as done later has to be done
, Core2GrSem.lamMp_Inh_CodeAGItf = lm `lamMpUnionBindAspMp`Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: no duplicates, otherwise merging as done later has to be done
, Core2GrSem.lamMp_Inh_CodeAGItf =cenv' ^. cenvLamMp --lm `lamMpUnionBindAspMp` Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: no duplicates, otherwise merging as done later has to be done
cenv = cenvLamMp ^$= (lm `lamMpUnionBindAspMp`) $ crsi ^. crsiCEnv -- assumption: old info can be overridden, otherwise merge should be done here
354
360
%%[[50
355
361
coreInh = crsi ^. crsiCoreInh
356
362
hii = ecu ^. ecuHIInfo
357
363
coreInh' = coreInh
358
-
{ Core2GrSem.lamMp_Inh_CodeAGItf = lm `lamMpUnionBindAspMp`Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: old info can be overridden, otherwise merge should be done here
364
+
{ -- Core2GrSem.lamMp_Inh_CodeAGItf = lm `lamMpUnionBindAspMp` Core2GrSem.lamMp_Inh_CodeAGItf coreInh -- assumption: old info can be overridden, otherwise merge should be done here
( (crsiCEnv ^* cenvLamMp) ^$= (lm `lamMpUnionBindAspMp`) ) -- assumption: old info can be overridden, otherwise merge should be done here
373
+
( crsiCEnv ^= cenv )
367
374
%%[[50
368
375
. ( crsiCoreInh ^= coreInh')
369
376
; cpUpdCU modNm ( ecuStoreHIInfo hii'
@@ -413,13 +420,17 @@ cpFlowHILamMp modNm
413
420
%%[[(50 grin)
414
421
coreInh = crsi ^. crsiCoreInh
415
422
%%]]
423
+
cenv = cenvLamMp ^$= (HI.hiiLamMp hii `lamMpUnionBindAspMp`) $ crsi ^. crsiCEnv -- assumption: old info can be overridden, otherwise merge should be done here
416
424
hii = ecu ^. ecuHIInfo
417
425
418
426
-- put back result: call info map (lambda arity, ...), overwriting previous entries
419
427
; cpUpdSI $
420
-
( (crsiCEnv ^* cenvLamMp) ^$= (HI.hiiLamMp hii `lamMpUnionBindAspMp`) )
0 commit comments