diff options
author | Son Ho | 2023-08-03 00:28:10 +0200 |
---|---|---|
committer | Son Ho | 2023-08-03 00:28:10 +0200 |
commit | fa682c18c8ffc5fa7224d9e9d0e0dd94250ada57 (patch) | |
tree | 3edb80e8394601a5edc0efa604dd8f3a9d35fdd9 /tests/lean/Hashmap | |
parent | fcbb06f1b32c42b42d6bde501a4bc29a661ec23b (diff) |
Make a minor formatting modification for Lean
Diffstat (limited to 'tests/lean/Hashmap')
-rw-r--r-- | tests/lean/Hashmap/Funs.lean | 1 | ||||
-rw-r--r-- | tests/lean/Hashmap/Types.lean | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lean/Hashmap/Funs.lean b/tests/lean/Hashmap/Funs.lean index 870693b5..2fa981ce 100644 --- a/tests/lean/Hashmap/Funs.lean +++ b/tests/lean/Hashmap/Funs.lean @@ -3,6 +3,7 @@ import Base import Hashmap.Types open Primitives + namespace hashmap /- [hashmap::hash_key]: forward function -/ diff --git a/tests/lean/Hashmap/Types.lean b/tests/lean/Hashmap/Types.lean index 6606cf9e..6455798d 100644 --- a/tests/lean/Hashmap/Types.lean +++ b/tests/lean/Hashmap/Types.lean @@ -2,6 +2,7 @@ -- [hashmap]: type definitions import Base open Primitives + namespace hashmap /- [hashmap::List] -/ |