From: Luke Lau Date: Sat, 9 Nov 2019 17:51:23 +0000 (+0000) Subject: Start the standard library X-Git-Url: https://git.lukelau.me/?a=commitdiff_plain;ds=sidebyside;h=0b171dce6581f540f231ec877d35304c50f7a37b;hp=0b171dce6581f540f231ec877d35304c50f7a37b;p=kaleidoscope-hs.git Start the standard library Our standard library so far is just going to contain a single function that acts as a version of putchar(3), except it operates on doubles. We'll also flush stdout so that we can immediately see what we've printed when we're inside the repl. ---