CurryInfo: distribution-3.0.0 / Language.Curry.Distribution.rcFileName

definition:
 
rcFileName :: IO String
rcFileName = getHomeDirectory >>= return . (</> rcFile)
  where rcFile = '.' : curryCompiler ++ "rc"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
The name of the file specifying configuration parameters of the
current distribution.
This file must have the usual format of property files.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> _}
name:
 rcFileName
precedence:
 no precedence defined
result-values:
 _
signature:
 Prelude.IO String
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term