Pacify ghc, which now cares that we inherit this from Parsec.
Chris Pressey
6 years ago
23 | 23 | fed into `ilasm` to produce an executable .NET assembly which performs the |
24 | 24 | same computation as the PL-{GOTO} program -- thus the name PL-{GOTO}.NET. |
25 | 25 | The compiler does no optimization whatsoever of the generated code. |
26 | ||
27 | > {-# LANGUAGE FlexibleContexts #-} | |
26 | 28 | |
27 | 29 | > module PLexceptGOTOdotNET where |
28 | 30 |