query
On this page

writeHaskellBin

pkgs.writers.writeHaskellBin

Functor
Docs pulled from | This Revision | about 1 hour ago


writeHaskellBin takes the same arguments as writeHaskell but outputs a directory (like writeScriptBin)


Noogle detected

This is a Functor

Learn about functors

Implementation

The following is the current implementation of this function.

writeHaskellBin = name: writeHaskell "/bin/${name}";