Use bvar in the readme. (#47)

This commit is contained in:
Judah Jacobson 2019-08-31 13:20:58 -07:00 committed by GitHub
parent 316e9c28bc
commit 7b095be700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ constModule =
where where
a = var "a" a = var "a"
b = var "b" b = var "b"
x = var "x" x = bvar "x"
main = runGhc (Just libdir) $ putPpr constModule main = runGhc (Just libdir) $ putPpr constModule
``` ```