1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00
This commit is contained in:
Kierán Meinhardt
2019-03-12 19:21:15 +01:00
parent 67cf3a1b2f
commit b03835b4c4
2 changed files with 12 additions and 2 deletions

View File

@@ -6,5 +6,6 @@
:def pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\""
:def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
:set prompt "\o033[1m%s\o033[1;34m λ\o033[0m "
:set -Wall
''
# :def djinn \x -> return $ ":!echo \"" ++ x ++ "\" | ${pkgs.haskell.packages.ghc7102.djinn}/bin/djinn /dev/stdin"