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

Handle storage specifiers property.

parent 5912f8b1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ Require Export numbers option. ...@@ -4,6 +4,8 @@ Require Export numbers option.
Require Import Ascii String ars. Require Import Ascii String ars.
Infix "+:+" := String.append (at level 60, right associativity) : C_scope. Infix "+:+" := String.append (at level 60, right associativity) : C_scope.
Arguments String.append _ _ : simpl never.
Instance assci_eq_dec : a1 a2, Decision (a1 = a2) := ascii_dec. Instance assci_eq_dec : a1 a2, Decision (a1 = a2) := ascii_dec.
Instance string_eq_dec (s1 s2 : string) : Decision (s1 = s2). Instance string_eq_dec (s1 s2 : string) : Decision (s1 = s2).
Proof. solve_decision. Defined. Proof. solve_decision. Defined.
......
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