aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-05-04 16:13:16 +0100
committerYann Herklotz <git@yannherklotz.com>2020-05-04 16:13:16 +0100
commit5cfa4af9c6e4d9703e3142c24ae78c7da0ac575f (patch)
treead12dbe508a4bcb9ab1c29854074650b534e55c5 /src/Compiler.v
parentdfef69f7844a67210032bfe2597ba5d6b6702469 (diff)
downloadvericert-5cfa4af9c6e4d9703e3142c24ae78c7da0ac575f.tar.gz
vericert-5cfa4af9c6e4d9703e3142c24ae78c7da0ac575f.zip
Add equality check for value
Diffstat (limited to 'src/Compiler.v')
-rw-r--r--src/Compiler.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compiler.v b/src/Compiler.v
index 697732d..e998521 100644
--- a/src/Compiler.v
+++ b/src/Compiler.v
@@ -1,4 +1,4 @@
-(* -*- mode: coq -*-
+(*
* CoqUp: Verified high-level synthesis.
* Copyright (C) 2019-2020 Yann Herklotz <yann@yannherklotz.com>
*