In a .wl package, i use the package notation but it is presented as inputform and it is consequently not very easy to read.
Notation[ParsedBoxWrapper[SubsuperscriptBox["P", "b1_", "b2_"]] \[DoubleLongLeftRightArrow] ParsedBoxWrapper[RowBox[{"MatPassage", "[", RowBox[{"b1_", ",", "b2_"}], "]"}]]]
Is it possible to use the standard form presentation in a .wl package and if yes, how can i transform the lines in inputform in standard form?
Thanks a lot for your help
BeginPackage[...]andEndPackage[]but if it was after theEndPackage[](but still inside my .wl) it worked correctly. – evanb Dec 18 '19 at 18:00