From: Claudio Sacerdoti Coen Date: Tue, 4 Mar 2008 16:12:25 +0000 (+0000) Subject: prodT ==> prod X-Git-Tag: make_still_working~5569 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1ba7566bacd8d29e772646b3c86c7d5c944e9a6e;p=helm.git prodT ==> prod --- diff --git a/helm/software/matita/library/freescale/load_write.ma b/helm/software/matita/library/freescale/load_write.ma index 16df9aae4..2eee12532 100644 --- a/helm/software/matita/library/freescale/load_write.ma +++ b/helm/software/matita/library/freescale/load_write.ma @@ -368,7 +368,7 @@ definition aux_write_typing ≝ λm:mcu_type.λt:memory_impl.λbyteflag:bool. any_status m t → word16 → word16 → nat → match byteflag with [ true ⇒ byte8 | false ⇒ word16 ] → - option (ProdT (any_status m t) word16). + option (Prod (any_status m t) word16). (* per non dover ramificare i vari load in byte/word *) definition aux_write ≝ @@ -741,7 +741,7 @@ definition multi_mode_write ≝ λbyteflag:bool.λm:mcu_type.λt:memory_impl.match byteflag return λbyteflag:bool.any_status m t → word16 → instr_mode → match byteflag with [ true ⇒ byte8 | false ⇒ word16 ] → - option (ProdT (any_status m t) word16) with + option (Prod (any_status m t) word16) with (* scrittura di un byte *) [ true ⇒ λs:any_status m t.λcur_pc:word16.λi:instr_mode.λwriteb:byte8.match i with (* NO: non ci sono indicazioni *)