<html><head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>Good morning. I wish to add <> brackets to create an
      ETuple. How may I accomplish this? Such as:</p>
    <blockquote>
      <p><<1 !! 2 !! 3> !!
        #thisIsAConstructedWithNestingETuple></p>
    </blockquote>
    <p>Results in:</p>
    <blockquote>
      <p>anETuple (2 elements :: {anETuple (3 elements :: {1 !! 2 !! 3})
        !! #thisIsAConstructedWithNestingETuple})</p>
    </blockquote>
    <p>Gratefully,<br/>
      ••• rabbit ❤️‍🔥🐰</p>
  

</body></html>