Skip to content

Commit

Permalink
haskell: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Oct 2, 2015
1 parent 362f0b8 commit b4319d5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions haskell-ucs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -476,17 +476,6 @@ \section{List Comprehensions}
{[}\I{x} | \I{boolE}] & if \I{boolE} then [\I{x}] else []
\end{tabular}

%\section{Language Pragmas}

%\begin{ldesc}
% \li[Activating some pragma] \verb+{+-\# LANGUAGE \I{SomePragma} \#-\verb+}+
% \li[Same, via GHC call] ghc -X\I{SomePragma} ...
% \li[No monomorphism restriction] NoMonomorphismRestriction
% \li[Scoped type variables] ScopedTypeVariables
% \li[Template Haskell] TemplateHaskell
% \li[GHC option via pragma] \verb+{+-\# OPTIONS\_GHC \I{-parameter} \#-\verb+}+
%\end{ldesc}


\section{GHC - Glasgow Haskell Compiler (and Cabal)}

Expand Down

0 comments on commit b4319d5

Please sign in to comment.