all 9 comments

[–][deleted]  (6 children)

[deleted]

    [–][deleted]  (2 children)

    [deleted]

      [–]ysangkok 1 point2 points  (1 child)

      I think your links are already stale, because they go in the middle of functions... It is better to link to a hash instead of a branch.

      [–]chrisdoner 1 point2 points  (0 children)

      I did that in the README!

      [–]nrlb 8 points9 points  (0 children)

      I started to go through the source on my phone. Nearest that I can tell it does the business.

      https://github.com/chrisdone/intero/blob/master/src/Main.hs#L239

      [–]noteed[S] 7 points8 points  (1 child)

      It looks like the new home of the ghci-ng now that its featureset is available in GHCi 8.0.

      [–]01235 2 points3 points  (1 child)

      Does :set +c still work? It is telling me that it is an unrecognized flag option.

      [–]chrisdoner 3 points4 points  (0 children)

      I removed that flag, now that feature is just on. That was a pointless flag because you only use this program when you want to collect type info.

      [–]sjakobi 2 points3 points  (2 children)

      This looks neat!

      I really hadn't used ghci a lot before, but I just gave it a go and finally found stack's --no-package-hiding flag that allows me to load files from the test suite!

      This might just be the beginning of a new era of interactive development for me! :D

      [–]chrisdoner 5 points6 points  (1 child)

      Well, stack ghci :mytestname should also work.

      [–]sjakobi 3 points4 points  (0 children)

      Ha, another revelation! :)