Proc

File Proc.str
Author unknown
Since unknown

Used for POSIX+XSI




Statistics


General
Lines of code 31
Stratego
Module number 1 (100% documented)
Constructor number 0
Overlay number 0
Strategy number 1 (100% documented)
Rule number 1 (100% documented)
DynamicRule number 0



Strategy summary


xtc-new-file Creates a new and unique scoped temporary file Proc.str

Rule summary


xtc-cat Concatenates the content of a list of files and stores the result in a fresh File Proc.str



Strategy details


ATerm xtc-new-file
File Proc.str
Author unknown
Since unknown
 

Creates a new and unique scoped temporary file.


type _ -> String

 

Rule details


ATerm xtc-cat
File Proc.str
Author unknown
Since unknown
 

Concatenates the content of a list of files and storesthe result in a fresh File. Each file in the list canbe a FILE, stdin, stdout, or stderr.


type List(FILE) -> FILE