Skip to content

Commit

Permalink
Update README to include ppll function
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed May 29, 2018
1 parent 7d9eed3 commit f3e1b06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ import LLVM.Pretty (ppllvm)
ppllvm :: Module -> Text
```

Individual LLVM elements (constants, instructions) can be printed using the
the polymorphic ``ppll`` function for any LLVM structure that implements the
``PP`` typeclass.

Tests
-----

Expand Down Expand Up @@ -144,5 +148,5 @@ License

Released under the MIT License.

Copyright (c) 2014-2017, Stephen Diehl
Copyright (c) 2014-2018, Stephen Diehl
Copyright (c) 2015 Cedric Shock

0 comments on commit f3e1b06

Please sign in to comment.