Very respectfully, Mark R. Nixon _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
Option for Combinator Graphs in GHC?
Mark Robert Nixon via Glasgow-haskell-users Thu, 20 Apr 2017 19:55:29 -0700
Does the GHC compiler generate combinator terms/graphs of Haskell
programs? Combinator terms are often derived during compilation for
purposes of optimization by way of normal order graph reduction. But
does GHC output, e.g., as an option, a given Haskell program's entire
combinator term/graph?