Skip to Content.
Sympa Menu

ssreflect - [ssreflect] Printing of bigcup

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] Printing of bigcup


Chronological Thread 
  • From: Florent Hivert <>
  • To: "" <>
  • Subject: [ssreflect] Printing of bigcup
  • Date: Sat, 15 Sep 2018 20:31:46 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:CnSrZBz/01FOevDXCy+O+j09IxM/srCxBDY+r6Qd1O0WIJqq85mqBkHD//Il1AaPAd2Eraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HRbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHmiCkJKSM3/mLYhcNska1UrgmspwBjz4LIfI2ZKOBzcr3bcNgHRWRBRMFRVylZD428a4sPCPABMvher4nhulAArxq+BReyC+P11j9Dm3j7060+0+QmCwHJwgogH84UvHrWrdX1KrkdUfqpzKTTyTXDdfJW1S3z6IjSax0sp+yHU7x3ccrU00YvFgXFg02fqYzkIzOV1vkNvHOB4+V8UuKvjmgqoBxyrDi33sogl5fFi4YPxlzZ9yh0wJw5KcC4RUJhfNKoDJ1dvDyAOYRsWMMtWWRotT46yrIYvZ67ezAHyJE9yB7eb/yIbYeJ4g75WOaVOzd4hWhpeLylhxqq8EigzPPzVtWs3VpXsCZIlsPAum0P2hHT8MSLV/tw8l281TqTzwzT7/tLIUEwlarVMZ4hxbswm4ITv0THGS/2glv5jKmKdkk++Oao6vrnbav8pp+ALIJ0jhv+MqU0lsyxG+Q0KhIOUHSD+eSgyL3j+lX0QK5Rjv0sjKbZvpTaKtoHqa6lGAJVyYYi6xOnDzi8ytgYnH8HLEhEeB2dlYTpNUvOc7jECqL1mE+2nTlvyvvaFrj6GNDMKGLCmfHge6x84ghS0kB7mctE/Z9aDrwKPNr2QVW0tdrCDxZ/Mgquwu+hBs8rha0EXmfaLKueKq7UrReo5/wiOfXEMKERvyzwLeRjx//wgGUlsVsHfO+nx81EOziDAv16LhDBMjLXidAbHDJS51tsfKnRkFSHFAVrSTO3VqM46Cs8DdL0CZ3CAI630uXYgHWLW6ZOb2UDMWiiVG/yftXWX+0NLiyIcJc4z240EIO5Qopk7imA8Q/3z70+cLjR8ywcuIL/ktxv5qvdj0Nq+A==

Dear all,

This is maybe a newbie question... As far as I remember, the printing of union
was working correctly, but in one of my file it now prints as

\big[setU (T:=tuple_finType (d1 + d2) (ordinal_finType n))/set0]_(Q in
LRsupport)

While this is not critical, this becomes really annoying when there are
several
nested union printed on the screen. I've no idea where to start to debug the
problem. Any pointer or suggestion ?

Cheers,

Florent


In case someone really want to reproduce the problem (on never knows ;-) :

siteswap-~/src/Coq/Combi $ coqc --version
The Coq Proof Assistant, version 8.8.1 (August 2018)
compiled on Aug 18 2018 17:58:21 with OCaml 4.03.0

Installed with opam:
coq-mathcomp-algebra 1.7.0 Mathematical Components Library on
Algebra
coq-mathcomp-bigenough 1.0.0 A small library to do epsilon - N
reasonning.
coq-mathcomp-character 1.7.0 Mathematical Components Library on
character t
coq-mathcomp-field 1.7.0 Mathematical Components Library on
Fields
coq-mathcomp-fingroup 1.7.0 Mathematical Components Library on
finite grou
coq-mathcomp-finmap 1.0.0 Finite sets, finite maps, finitely
supported f
coq-mathcomp-multinomials 1.1 A Multinomial Library for the
Mathematical Com
coq-mathcomp-odd-order 1.7.0
coq-mathcomp-solvable 1.7.0 Mathematical Components Library on
finite grou
coq-mathcomp-ssreflect 1.7.0 Small Scale Reflection

As usual I'm working on

https://github.com/hivert/Coq-Combi/commit/bbfa0264e0ee6b5504cc83cf3b256cd601c91762

It appear for example in the file theories/LRrule/freeSchur.v in the proof of
free_LR_rule



Archive powered by MHonArc 2.6.18.

Top of Page