Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Sep 11, 2023
1 parent 5087007 commit 60ff10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ Unfortunately, I stopped using it because of several issues:
values. Simply put, not all F# code can be used in a quotation.
* It can not be used to extract values for further testing or similar (which is supported by Faqt's `BeSome` and similar
assertions).
* I need assertions that can work in production code, too, and I assume that evaluating quotations has a significant
performance impact (I have admittedly not measured this, since I stopped using it for the reasons above anyway).
* I need assertions that can work in production code, too. I assume that evaluating quotations has a significant
performance impact. (I have admittedly not measured this, since I stopped using it for the reasons above anyway.)

## Can I use Faqt from C#?

Expand Down

0 comments on commit 60ff10e

Please sign in to comment.