Skip to content
Snippets Groups Projects
Commit 00e2ceeb authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Set `Hint Mode` for `pretty`.

parent 6385b547
No related branches found
No related tags found
1 merge request!201Set `Hint Mode` for `pretty`.
...@@ -4,6 +4,7 @@ From Coq Require Import Ascii. ...@@ -4,6 +4,7 @@ From Coq Require Import Ascii.
From stdpp Require Import options. From stdpp Require Import options.
Class Pretty A := pretty : A string. Class Pretty A := pretty : A string.
Hint Mode Pretty ! : typeclass_instances.
Definition pretty_N_char (x : N) : ascii := Definition pretty_N_char (x : N) : ascii :=
match x with match x with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment