From d7818db9cb3daaf6334d2e344c1c56548a460120 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 16 May 2020 16:21:38 -0700 Subject: [PATCH] Add note about running in a loop. --- notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.txt b/notes.txt index 60d414b..ba4299e 100644 --- a/notes.txt +++ b/notes.txt @@ -21,3 +21,6 @@ stack build --test --no-run-tests --ghc-options -Wall To open documentation for other libraries: stack haddock --open + +To build and run in a loop +watch -n2 stack build --exec \"glance-exe examples/fact.hs examples/fact.svg 500\"