00:13
Hrundi_V_Bakshi has quit [Ping timeout: 260 seconds]
00:20
Haudegen has quit [Ping timeout: 264 seconds]
00:29
Guest86335 has quit [Ping timeout: 244 seconds]
00:38
jbrown has quit [Ping timeout: 272 seconds]
00:39
jbrown has joined #ocaml
00:58
Guest86335 has joined #ocaml
01:03
rockethead has joined #ocaml
01:35
rockethead has quit [Quit: rockethead]
02:19
FreeBirdLjj has joined #ocaml
02:35
FreeBirdLjj has quit [Remote host closed the connection]
03:20
FreeBirdLjj has joined #ocaml
03:25
waleee-cl has quit [Quit: Connection closed for inactivity]
03:29
tvn948 has joined #ocaml
03:47
sagax has joined #ocaml
03:57
snowpanda has joined #ocaml
04:05
FreeBirdLjj has quit [Remote host closed the connection]
04:19
FreeBirdLjj has joined #ocaml
04:52
malc_ has joined #ocaml
05:14
FreeBirdLjj has quit [Remote host closed the connection]
05:15
FreeBirdLjj has joined #ocaml
05:20
FreeBirdLjj has quit [Ping timeout: 260 seconds]
07:03
decentpenguin has quit [Quit: ZNC crashed or something]
07:04
bartholin has quit [Quit: Leaving]
07:06
decentpenguin has joined #ocaml
07:22
osa1 has joined #ocaml
07:24
Guest86335 has quit [Ping timeout: 272 seconds]
07:26
FreeBirdLjj has joined #ocaml
07:44
Guest86335 has joined #ocaml
08:02
brettgilio has joined #ocaml
08:07
brown121407 has joined #ocaml
08:17
snowpanda has quit [Quit: Leaving...]
08:42
octachron_ has joined #ocaml
08:42
octachron has quit [Read error: Connection reset by peer]
08:55
malc_ has quit [Ping timeout: 272 seconds]
08:58
Haudegen has joined #ocaml
09:01
FreeBirdLjj has quit [Remote host closed the connection]
09:02
FreeBirdLjj has joined #ocaml
09:04
drewr has quit [Ping timeout: 244 seconds]
09:05
drewr has joined #ocaml
09:07
FreeBirdLjj has quit [Ping timeout: 260 seconds]
09:22
FreeBirdLjj has joined #ocaml
09:41
heredoc has quit [Ping timeout: 244 seconds]
10:06
heredoc has joined #ocaml
10:13
waleee-cl has joined #ocaml
10:45
bartholin has joined #ocaml
10:51
ggole has joined #ocaml
11:28
FreeBirdLjj has quit [Remote host closed the connection]
11:31
oni-on-ion has joined #ocaml
11:38
malc_ has joined #ocaml
11:57
nullcone has quit [Quit: Connection closed for inactivity]
12:07
FreeBirdLjj has joined #ocaml
12:14
osa1 has quit [Ping timeout: 256 seconds]
12:19
FreeBirdLjj has quit [Ping timeout: 272 seconds]
13:12
vicfred has quit [Quit: Leaving]
13:38
osa1 has joined #ocaml
13:38
osa1 has quit [Remote host closed the connection]
13:45
_whitelogger has joined #ocaml
13:53
vicfred has joined #ocaml
13:57
malc_ has quit [Remote host closed the connection]
14:05
FreeBirdLjj has joined #ocaml
14:34
malc_ has joined #ocaml
14:54
_whitelogger has joined #ocaml
15:17
oni-on-ion has quit [Remote host closed the connection]
15:24
benschza has joined #ocaml
15:53
waleee-cl has quit [Quit: Connection closed for inactivity]
16:17
tane has joined #ocaml
16:44
osa1 has joined #ocaml
16:49
Hrundi_V_Bakshi has joined #ocaml
16:49
jco has joined #ocaml
16:49
<
jco >
Is there an elegant way to map a type to a virtually equivalent other?
16:51
<
jco >
basically the constructors have the same names, i wonder if we could do this shorter
16:53
FreeBirdLjj has quit [Remote host closed the connection]
17:17
FreeBirdLjj has joined #ocaml
17:22
samlamamma has joined #ocaml
17:23
vicfred has quit [Quit: Leaving]
17:23
vicfred has joined #ocaml
17:30
<
flux1 >
jco: well, you could write a ppx rewriter to do the job, but it's probably overkill
17:30
<
flux1 >
you would probably still need to enumerate the constructors, ie. in the type definition.
17:42
decentpenguin has quit [Quit: ZNC crashed or something]
18:14
FreeBirdLjj has quit [Remote host closed the connection]
18:21
nullcone has joined #ocaml
18:27
jco has quit [Quit: WeeChat 2.7]
18:30
waleee-cl has joined #ocaml
18:32
malc_ has quit [Ping timeout: 272 seconds]
18:32
Guest86335 has quit [Ping timeout: 240 seconds]
18:33
<
samlamamma >
When I try to build OCaml 4.10.0 through OPAM the compilation fails with 'Error while linking stdlib.cma Reference to undefined global 'Stack_overflow''. Any idea what might cause this?
18:46
<
samlamamma >
Well, got the same error for 4.09.1
18:52
<
waleee-cl >
have you succesfully installed an older switch on your system earlier?
19:00
andreas303 has quit [Ping timeout: 240 seconds]
19:05
webshinra has joined #ocaml
19:05
andreas303 has joined #ocaml
19:23
<
samlamamma >
Nope! First time OCaml user :)
19:33
<
samlamamma >
I followed the one from ocaml.org/docs/install.html Let me try that one out instead
19:34
<
samlamamma >
Oh wait, yes, I have followed that one too :)
19:34
<
waleee-cl >
yeah there's no practical difference between them
19:36
<
waleee-cl >
samlamamma: what is your system? (if linux: which distro)
19:38
<
samlamamma >
Kubuntu 19.04 . I installed the system OCaml through apt (4.05.0) and that succeeded (though I assume that's just a binary)
19:40
<
samlamamma >
19.10*, this has reached EOL so I might just keep on chugging with 4.05.0
19:41
<
waleee-cl >
samlamamma: does 'opam switch list' contain anything?
19:42
<
waleee-cl >
* print anything
19:44
<
samlamamma >
It shows ocaml-system.4.05.0 (presumably installed from Ubuntu?)
19:47
remexre has quit [Quit: WeeChat 2.8]
19:47
<
samlamamma >
I think I'll just upgrade my distro and see if something changes, it's time to do that regardless. Thank you for helping out :)
19:47
<
waleee-cl >
samlamamma: hm, did you use the opam from the apt-repos?
19:51
nkly_ has joined #ocaml
19:52
<
waleee-cl >
ok. Anything intresting in output of 'opam config report'? such as solver acpud instead of mccs
19:56
<
samlamamma >
Looks fine to me, solver is builtin-mccs+glpk
19:59
zebrag has quit [Read error: Connection reset by peer]
19:59
zebrag has joined #ocaml
20:00
<
waleee-cl >
samlamamma: is your shell fish?
20:11
<
samlamamma >
I just use the default shell which comes with KUbuntu (not fish). I'll try the LC_ALL=C trick out!
20:16
<
samlamamma >
Haha yup, that worked :). It just finished
20:17
<
samlamamma >
There's no way I would have figured that out myself, cheers!
20:17
<
waleee-cl >
weird stuff. I didn't think that would work
20:19
<
samlamamma >
I agree, definitely on the weirder side of fixes
20:20
tane has quit [Quit: Leaving]
20:22
nkly_ has quit [Ping timeout: 246 seconds]
20:30
osa1 has quit [Ping timeout: 256 seconds]
20:47
NSA_Spy has joined #ocaml
20:49
<
NSA_Spy >
hello world!, can anyone tell me what the best way to translate ocaml code into AST without camlp4 and related modules?
20:58
ggole has quit [Quit: Leaving]
21:08
<
companion_cube >
compiler-libs.common, Parsing module, iirc
21:10
samlamamma has quit [Remote host closed the connection]
21:17
<
NSA_Spy >
thumbs up
21:19
malc_ has joined #ocaml
21:30
delysin has quit [Read error: Connection reset by peer]
21:31
delysin has joined #ocaml
21:51
snowpanda has joined #ocaml
21:53
Serpent7776 has quit [Quit: leaving]
21:58
NSA_Spy has quit [Remote host closed the connection]
21:58
NSA_Spy has joined #ocaml
22:14
snowpand_ has joined #ocaml
22:15
snowpanda has quit [Ping timeout: 260 seconds]
22:20
robi has quit [Ping timeout: 272 seconds]
23:08
Haudegen has quit [Quit: Bin weg.]
23:59
malc_ has quit [Ping timeout: 272 seconds]