CurryInfo: currypath-3.0.0 / System.CurryPath.currySubdir

definition:
 
currySubdir :: FilePath
currySubdir =
  ".curry" </> curryCompiler ++ "-" ++
  intercalate "."
    (map show [curryCompilerMajorVersion, curryCompilerMinorVersion,
               curryCompilerRevisionVersion])
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Name of the sub directory where auxiliary files (.fint, .fcy, etc)
are stored. Note that the name of this directory depends
on the compiler to avoid confusion when using different compilers.
For instance, when using PAKCS 3.2.0, `currySubdir` evaluates
to `".curry/pakcs-3.2.0"`.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> _}
name:
 currySubdir
precedence:
 no precedence defined
result-values:
 _
signature:
 String
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term