File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2424 module Chain = Printable. Chain (ChainParams )
2525 include Printable. Prod (Base ) (Chain )
2626
27+ let lift d = (d, 0 )
28+ let unlift (d , _ ) = d
29+
2730 let bot () = (Base. bot () , 0 )
2831 let is_bot (b , _ ) = Base. is_bot b
2932 let top () = (Base. top () , ChainParams. n () )
5861
5962 let printXml f (b , i ) =
6063 BatPrintf. fprintf f " %a<analysis name=\" widen-delay\" >%a</analysis>" D. printXml b Chain. printXml i
61-
62- let lift d = (d, 0 )
63- let unlift (d , _ ) = d
6464 end
6565
6666 module NameLifter =
8686
8787 let printXml f (b , i ) =
8888 BatPrintf. fprintf f " %a<analysis name=\" widen-delay\" >%a</analysis>" G. printXml b Chain. printXml i
89-
90- let lift d = (d, 0 )
91- let unlift (d , _ ) = d
9289 end
9390
9491 module NameLifter =
You can’t perform that action at this time.
0 commit comments