Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
af39f72a
Commit
af39f72a
authored
Jan 22, 2018
by
Maxime Perrotin
Browse files
Make a correct data model
parent
f6e6c54e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-recursion/dataview-uniq.asn
View file @
af39f72a
...
...
@@ -68,9 +68,10 @@ Tree-Elem ::= SEQUENCE {
Sons ::= SEQUENCE (SIZE (0..100)) OF Tree-Elem
Tree ::= SEQUENCE (SIZE (26)) OF Sons
Path-elem ::= SEQUENCE (SIZE(0..255)) OF Letter
Path ::= SEQUENCE {
cost Cost-ty,
elem
SEQUENCE (SIZE(0..255)) OF Letter
elem
Path-elem
}
...
...
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