index
:
NWI-IBC029-30-Functioneel-Programmeren
master
Files related to NWI-IBC029 and NWI-IBC030 Functioneel Programmeren, spring 2015, Radboud University Nijmegen.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
files
/
practicum
/
Group.dcl
blob: 2191feeda1d83b3f8e8dbcb0b5dc2598ce2de689 (
plain
) (
blame
)
1
2
3
4
definition
module
Group
// Recursieve variant van group:
group
::
(
a
->
Bool
)
[
a
]
->
[[
a
]]