-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate a dedicated file for the external types
- Loading branch information
Showing
46 changed files
with
355 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -528,4 +528,4 @@ Definition ite : result unit := | |
Return tt | ||
. | ||
|
||
End Array . | ||
End Array. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) | ||
(** [betree_main]: external types. | ||
-- This is a template file: rename it to "TypesExternal.lean" and fill the holes. *) | ||
Require Import Primitives. | ||
Import Primitives. | ||
Require Import Coq.ZArith.ZArith. | ||
Require Import List. | ||
Import ListNotations. | ||
Local Open Scope Primitives_scope. | ||
Module BetreeMain_TypesExternal. | ||
|
||
(** The state type used in the state-error monad *) | ||
Axiom state : Type. | ||
|
||
End BetreeMain_TypesExternal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) | ||
(** [betree_main]: external types. | ||
-- This is a template file: rename it to "TypesExternal.lean" and fill the holes. *) | ||
Require Import Primitives. | ||
Import Primitives. | ||
Require Import Coq.ZArith.ZArith. | ||
Require Import List. | ||
Import ListNotations. | ||
Local Open Scope Primitives_scope. | ||
Module BetreeMain_TypesExternal_Template. | ||
|
||
(** The state type used in the state-error monad *) | ||
Axiom state : Type. | ||
|
||
End BetreeMain_TypesExternal_Template. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.