Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions share/rocq-autosubst-ocaml/unscoped.v
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
(** * Autosubst Header for Unnamed Syntax
*)

Version: December 11, 2019.
*)

(* Adrian:
I changed this library a bit to work better with my generated code.
1. I use nat directly instead of defining fin to be nat and using Some/None as S/O
2. I removed the "s, sigma" notation for scons because it interacts with dependent function types "forall x, A"*)
Require Import core.
Require Import Setoid Morphisms Relation_Definitions.

Expand Down
Loading