diff options
author | Ben Sima <ben@bsima.me> | 2019-03-27 23:07:51 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-27 23:07:51 -0700 |
commit | 794b248d0afb9ae7eae1bc0d8f6498a903e02e23 (patch) | |
tree | b9a10065ed357f8ab2ad8cc112a88a197ec445f1 /lore/Language/Bs/Expr.hs | |
parent | 4ecc513e5917057f50150e2cb0a1d63d6010f0d7 (diff) |
bs: formatting
Diffstat (limited to 'lore/Language/Bs/Expr.hs')
-rw-r--r-- | lore/Language/Bs/Expr.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lore/Language/Bs/Expr.hs b/lore/Language/Bs/Expr.hs index d386d0e..a39c7b6 100644 --- a/lore/Language/Bs/Expr.hs +++ b/lore/Language/Bs/Expr.hs @@ -128,8 +128,9 @@ instance Pretty LispErrorType where textStrict "bad special form:" <$$> textStrict txt - NotFunction _ -> + NotFunction expr -> textStrict "not a function" + <$$> pretty expr UnboundVar txt -> textStrict "unbound variable:" |