-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty printing #5
Labels
Comments
Also, one could provide additional information for some types:
|
For the ADT part, we can actually use |
sharkdp
added a commit
that referenced
this issue
Jan 5, 2016
sharkdp
added a commit
that referenced
this issue
Jan 15, 2016
sharkdp
added a commit
that referenced
this issue
Jan 15, 2016
sharkdp
added a commit
that referenced
this issue
Jan 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Considering advantages of FlareCheck over testing in
psci
, there is certainly one field where we could make use of the browser environment: showing the output in useful/nice ways.For example:
Left (...), Nothing
orfalse
with a red background andRight (...), Just (...)
andtrue
with a green background.The text was updated successfully, but these errors were encountered: