DeepSpec / InteractionTrees

A Library for Representing Recursive and Impure Programs in Coq
MIT License
204 stars 51 forks source link

switch to approx notation #60

Closed Zdancewic closed 5 years ago

Zdancewic commented 5 years ago

For consistency, I propose that we consider using \approx (i.e. unicode ≈) as notation for eutt. Since we already adopted \cong (unicode ≅) for eq_itree.

This pull request makes that change.

(Alternatively, we could find an ascii notation for ≅, or not use such notation at all in the library and let others decide.)