Changeset 2502 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
04/30/05 04:02:02 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4052
Message:

More type signatures on top-levels.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r2498 r2502  
    4949        putStrLn "-l -d and -w are ignored for compatability with perl 5" 
    5050 
     51name :: String 
    5152name       = "Perl6 User's Golfing System" 
     53versnum :: String 
    5254versnum    = PUGS_VERSION 
     55date :: String 
    5356date       = PUGS_DATE 
     57version :: String 
    5458version    = name ++ ", version " ++ versnum ++ ", " ++ date ++ revision 
     59copyright :: String 
    5560copyright  = "Copyright 2005 by Autrijus Tang" 
     61revnum :: String 
    5662revnum     = show(PUGS_SVN_REVISION :: Integer) 
     63revision :: String 
    5764revision 
    5865    | rev <- revnum 
     
    6168    | otherwise 
    6269    = "" 
     70disclaimer :: String 
    6371disclaimer = 
    6472    "This software is distributed under the terms of the " ++ 
     
    6775    "See the details in the documentation." 
    6876 
     77versionFill :: Int -> String 
    6978versionFill n = fill ++ vstr 
    7079    where