Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
fix
Commits
89393ef9
Commit
89393ef9
authored
Feb 07, 2022
by
Frédéric Bour
Browse files
Indexing: Empty vector has empty domain
parent
c731e956
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Indexing.mli
View file @
89393ef9
...
...
@@ -180,7 +180,7 @@ module Vector : sig
val
set_cons
:
(
'
n
,
'
a
list
)
t
->
'
n
index
->
'
a
->
unit
(**{!empty} is the empty vector. *)
val
empty
:
(
_
,
_
)
t
val
empty
:
(
Empty
.
n
,
_
)
t
(**{!make} is analogous to [Array.make]. Invoking [make n x] fixes the
cardinal [n]. *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment