CurryInfo: currypath-3.0.0 / System.CurryPath.currySubdir

definition: Info
 
currySubdir :: FilePath
currySubdir =
  ".curry" </> curryCompiler ++ "-" ++
  intercalate "."
    (map show [curryCompilerMajorVersion, curryCompilerMinorVersion,
               curryCompilerRevisionVersion])
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 currySubdir
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term