Skip to content

Commit

Permalink
Add build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarty committed May 5, 2020
1 parent 2489f50 commit 1c4c25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ppx_defer - Go-like `[%defer later]; now` syntax.

![Build status](https://github.com/hcarty/ppx_defer/workflows/Build%20and%20test%20ppx_defer/badge.svg)

This is an OCaml language extension implementing a somewhat Go-ish
`[%defer expr1]; expr2` which will defer the evaluation of `expr1` until after
`expr2`. `expr1` will still be evaluated if `expr2` raises an exception.
Expand Down

0 comments on commit 1c4c25c

Please sign in to comment.