From a9d02738328f332dc09de457d0d645625bae08ca Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 23 Aug 2001 10:02:46 +0000 Subject: [PATCH] [project @ 2001-08-23 10:02:46 by simonmar] markup fixes --- ghc/docs/users_guide/using.sgml | 109 +++++++++++++++++++-------------------- 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 58f59be..e9cb214 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -4,64 +4,63 @@ GHC, using using GHC - GHC can work in one of three “modes”: - - - - ghc - --interactive - - interactive mode - - ghci - - - Interactive mode, which is also available as - ghci. Interactive mode is described in - more detail in . - - - - - ghc - --make - - make mode - - - - - In this mode, GHC will build a multi-module Haskell - program automatically, figuring out dependencies for itself. - If you have a straightforward Haskell program, this is - likely to be much easier, and faster, than using - make. - - + GHC can work in one of three “modes”: + + + + ghc + --interactive + + interactive mode + + ghci + + + Interactive mode, which is also available as + ghci. Interactive mode is described in + more detail in . + + - - - ghc - - -E - -C - -S - -c - - - - - - - - - This is the traditional batch-compiler mode, in which + + ghc + --make + + make mode + + + + + In this mode, GHC will build a multi-module Haskell + program automatically, figuring out dependencies for itself. + If you have a straightforward Haskell program, this is likely + to be much easier, and faster, than using + make. + + + + + + ghc + + -E + -C + -S + -c + + + + + + + + This is the traditional batch-compiler mode, in which GHC can compile source files one at a time, or link objects together into an executable. - - - - + + + + Options overview -- 1.7.10.4