fix(library/standard): add missing 'end' of namespace

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-08-07 17:52:51 -07:00
parent 70c0eda9fc
commit f6ba6da4b5
3 changed files with 4 additions and 0 deletions

View file

@ -288,3 +288,5 @@ end
-- declare global notation outside the section
infixl `++` : 65 := concat
end list

View file

@ -415,3 +415,4 @@ discriminate
-- add_rewrite mul_succ_left mul_succ_right
-- add_rewrite mul_comm mul_assoc mul_left_comm
-- add_rewrite mul_distr_right mul_distr_left
end nat

View file

@ -137,3 +137,4 @@ calc
... ↔ (a c) b : iff_symm (or_assoc _ _ _)
-- TODO: add or_left_comm, and_right_comm, and_left_comm
end congr