Man page - futhark-fmt(1)
Packages contas this manual
- futhark-wasm(1)
- futhark-test(1)
- futhark-wasm-multicore(1)
- futhark-hip(1)
- futhark-doc(1)
- futhark-autotune(1)
- futhark-python(1)
- futhark-c(1)
- futhark-literate(1)
- futhark-pkg(1)
- futhark-fmt(1)
- futhark-opencl(1)
- futhark-profile(1)
- futhark-repl(1)
- futhark(1)
- futhark-cuda(1)
- futhark-dataset(1)
- futhark-multicore(1)
- futhark-bench(1)
- futhark-ispc(1)
- futhark-pyopencl(1)
- futhark-script(1)
- futhark-run(1)
Package: futhark
apt-get install futhark
apt-get install futhark
Manuals in package:
Documentations in package:
Manual
| FUTHARK-FMT(1) | Futhark | FUTHARK-FMT(1) |
NAME
futhark-fmt - format Futhark programs
SYNOPSIS
futhark fmt [options...] [FILES]
DESCRIPTION
Reformat the given Futhark programs. If no files are provided, read Futhark program on stdin and produce formatted output on stdout. If stdout is a terminal, the output will be syntax highlighted.
In contrast to many other automatic formatters, the formatting is somewhat sensitive to the formatting of the input program. In particular, single-line expressions will usually be kept on a single line, even if they are very long. To force futhark fmt to break these, insert a linebreak at an arbitrary location.
OPTIONS
SEE ALSO
futhark-doc
COPYRIGHT
2013-2020, DIKU, University of Copenhagen
| March 1, 2025 | 0.25.27 |