mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
New Verilog examples and Coq examples for additional training have been added since linguist is currently failing Coq/Verilog recognition tasks (see #201). In case it wasn't obvious, linguist will not currently pass these new, added test cases.
11 lines
575 B
Coq
Executable File
11 lines
575 B
Coq
Executable File
(************************************************************************)
|
|
(* v * The Coq Proof Assistant / The Coq Development Team *)
|
|
(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
|
|
(* \VV/ **************************************************************)
|
|
(* // * This file is distributed under the terms of the *)
|
|
(* * GNU Lesser General Public License Version 2.1 *)
|
|
(************************************************************************)
|
|
|
|
Require Export Sorted.
|
|
Require Export Mergesort.
|