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
cduce
cduce
Commits
e11c903c
Commit
e11c903c
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2002-10-24 14:29:37 by cvscast] Empty log message
Original author: cvscast Date: 2002-10-24 14:29:37+00:00
parent
7a1cb28f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/overloading.cd
View file @
e11c903c
type Person = FPerson | MPerson;; type FPerson = <person gender='F'>[
Name Children ];; type MPerson = <person gender='M'>[ Name Children
];; type Children = <children>[Person*];; type Name = <name>[String];;
type Person = FPerson | MPerson;;
type FPerson = <person gender='F'>[Name Children ];;
type MPerson = <person gender='M'>[ Name Children];;
type Children = <children>[Person*];;
type Name = <name>[String];;
type Man = <man>[ Name Sons Daughters ];;
type Woman = <woman>[ Name Sons Daughters ];;
...
...
@@ -13,5 +15,5 @@ let fun sort (MPerson -> Man ; FPerson -> Woman)
let s = map mc with (x & MPerson) -> sort x in
let d = map fc with x -> sort x in
<(tag)>[ n <sons>s <daughters>d ]
in sort;;
in sort
(<person gender='F'>[ <name>["pippo"] <children>[ ]])
;;
Write
Preview
Markdown
is supported
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