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
to cause the type :bool[8] to be printed as :u8, but it doesn’t. Instead the type is still printed as :bool[8]. See Hamad Nemati’s message on hol-info.
This seems like a bug to me.
The text was updated successfully, but these errors were encountered:
When I fix this, a whole pile of abbreviations made at the bottom of wordsScript will become enabled for printing. If you don't like this, they should be explicitly turned off with a call to disable_tyabbrev_printing.
You might expect
to cause the type
:bool[8]
to be printed as:u8
, but it doesn’t. Instead the type is still printed as:bool[8]
. See Hamad Nemati’s message on hol-info.This seems like a bug to me.
The text was updated successfully, but these errors were encountered: