Help with code tag and F# assignment operator ‘<-'

  • Avatar di Sconosciuto

    I often use the
    [code language='fsharp'] tag
    and I have issues with lines like
    a <- '..'
    where I'm forced to write
    a <- '..'
    again and again each time I want to edit anything in the page
    Is there an open github issue about this maybe?
    For example For example when I edit my latest article

    https://giuliohome.wordpress.com/2018/07/31/uncarbonated-monad-work-in-progress/

    Let's say I want add a final short paragraph to the page
    Then i simply preview even without touching anything between the code tag.
    Notice the first and the last block of code and look at what happens after an assignment '.. <- ..' code line
    Thanks for your useful suggestions!

    Ho bisogno d'aiuto per il blog (visibile solo agli utenti che hanno effettuato l'accesso).

  • Avatar di Sconosciuto

    Quick clarification
    In the above message the formatting rules confused my workaround
    What I have to do is to replace the first char of all the f# operators <- in the code block with an & follower by lt followed by ;

  • L'argomento ‘Help with code tag and F# assignment operator ‘<-'’ è chiuso a nuove risposte.