Query: nowhere
OS: debian
Section: 1
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
nowhere(1) General Commands Manual nowhere(1)NAMEnowhere - a tree parser generator for Standard MLSYNOPSISnowhere fileDESCRIPTIONThis manual page documents briefly the nowhere command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. The nowhere program is a simple source to source translation tool that expands out case expressions with conditional patterns. Conditional patterns use the "where" keyword. For example: case l of [x,y,z] where x=1 => 1 | _ => 2 means the same as: case l of [1,y,z] => 1 | _ => 2 Currently, the input file must be of the following form: local <definitions> in <body> end <definitions> should include all datatypes definitions that are used inside the body. It is only for the tool's benefit and does not appear in the out- put. Only body appears at the output. You can use the special declaration include "filename" to import extra definitions. The tool translates all case expressions with guards into the appropriate code.SEE ALSO/usr/share/doc/nowhere/READMEAUTHORThis manual page was written by Aaron Read <amread@nyx.net>. for the Debian GNU/Linux system (but may be used by others) July 21, 2004 nowhere(1)
Related Man Pages |
---|
cm(1) - debian |
glogg(1) - debian |
oregano(1) - debian |
unafs(8) - debian |
unique(8) - debian |
Similar Topics in the Unix Linux Community |
---|
Route to nowhere? |
buh? PM out of nowhere |
Library dependency coming out of nowhere |