Hadaka has quit [Ping timeout: 14400 seconds]
Hadaka_ is now known as Hadaka
yakker has quit [Read error: 113 (No route to host)]
GreyLensman has joined #ocaml
vezenchio has quit ["I thought what I'd do was, I'd pretend I was one of those deaf-mutes ^_^"]
xolution has joined #ocaml
CosmicRay has joined #ocaml
xolution has quit [Read error: 104 (Connection reset by peer)]
GreyLensman has quit ["Leaving"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
CosmicRay has quit ["Client exiting"]
debona|r has left #ocaml []
debona|r has joined #ocaml
cjohnson has quit ["Leaving"]
skittle has joined #ocaml
mattam_ has joined #ocaml
Nutssh has quit ["Client exiting"]
mattam has quit [Read error: 110 (Connection timed out)]
ita|away[home] is now known as ita
dams has quit [Read error: 104 (Connection reset by peer)]
smimou has joined #ocaml
Nate75Sanders has joined #ocaml
kinners has joined #ocaml
mrsolo has quit [Read error: 104 (Connection reset by peer)]
mrsolo has joined #ocaml
vezenchio has joined #ocaml
mrsolo has quit [Read error: 104 (Connection reset by peer)]
mrsolo has joined #ocaml
kinners has quit [Read error: 110 (Connection timed out)]
smimou has left #ocaml []
jrosdahl has quit [Read error: 60 (Operation timed out)]
jrosdahl has joined #ocaml
ita has quit ["aaaargh"]
bk_ has joined #ocaml
skittle has quit [Remote closed the connection]
whee has joined #ocaml
slashvar[lri] has quit ["shutdowns"]
leolio has joined #ocaml
CosmicRay has joined #ocaml
mrsolo has quit [Read error: 110 (Connection timed out)]
zigong__ has quit ["Leaving"]
whee has quit [Remote closed the connection]
whee has joined #ocaml
maihem has joined #ocaml
cjohnson has joined #ocaml
cjohnson has quit [Read error: 110 (Connection timed out)]
cjohnson has joined #ocaml
mattam_ is now known as mattam
CosmicRay has quit ["Client exiting"]
whee has joined #ocaml
<
leolio>
is it possible for a functor to take several modules as parameters ?
<
leolio>
for example, i have:
<
leolio>
module Make
<
leolio>
(P: Multiplex_type): Interpret =
<
leolio>
which is correct
<
leolio>
and i would like to do something like:
<
leolio>
module Make
<
leolio>
(P: Multiplex_type,
<
leolio>
Q: Db_type): Interpret =
bk_ has quit ["Terminated with extreme prejudice - dircproxy 1.1.0"]
Nate75Sanders has quit [Remote closed the connection]
<
Smerdyakov>
You use either a curried functor or invent a new signature for a module containing each of the parameters.
<
leolio>
ok i'll add a dummy module
leolio has quit ["Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC."]
bk_ has joined #ocaml