nikki93 has quit [Remote host closed the connection]
nikki93 has joined #ocaml
q66 has quit [Quit: Leaving]
nikki93 has quit [Remote host closed the connection]
rta has quit [Ping timeout: 245 seconds]
travisbrady has joined #ocaml
travisbrady has quit [Client Quit]
ollehar has quit [Ping timeout: 240 seconds]
rta has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
zpe has joined #ocaml
zpe has quit [Ping timeout: 240 seconds]
watermind has quit [Quit: Konversation terminated!]
nikki93 has joined #ocaml
j78 has joined #ocaml
ygrek has joined #ocaml
talzeus has joined #ocaml
ygrek has quit [Ping timeout: 240 seconds]
zpe has joined #ocaml
zpe has quit [Ping timeout: 255 seconds]
jpdeplaix has quit [Ping timeout: 246 seconds]
ygrek has joined #ocaml
nikki93 has quit [Remote host closed the connection]
jpdeplaix has joined #ocaml
darkf_ has joined #ocaml
darkf has quit [Ping timeout: 265 seconds]
nikki93 has joined #ocaml
rta has quit [Ping timeout: 245 seconds]
j78 has quit [Read error: Connection reset by peer]
rta has joined #ocaml
zzing has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawelbx has joined #ocaml
michael_lee has joined #ocaml
darkf_ is now known as darkf
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zpe has joined #ocaml
zpe has quit [Ping timeout: 255 seconds]
siddhart1v_away is now known as siddharthv
siddharthv is now known as siddharthv_away
ggole has joined #ocaml
siddharthv_away is now known as siddharthv
yacks has joined #ocaml
axiles has joined #ocaml
nickmeharry has quit [Ping timeout: 264 seconds]
nickmeharry has joined #ocaml
zzing has joined #ocaml
siddharthv is now known as siddharthv_away
rand000 has joined #ocaml
zpe has joined #ocaml
bjorkintosh has quit [Read error: No route to host]
zpe has quit [Ping timeout: 252 seconds]
zzing has quit [Ping timeout: 240 seconds]
bjorkintosh has joined #ocaml
araujo has quit [Quit: Leaving]
siddharthv_away is now known as siddharthv
ygrek has quit [Ping timeout: 240 seconds]
rand000 has quit [Ping timeout: 255 seconds]
zpe has joined #ocaml
siddharthv is now known as siddharthv_away
zpe has quit [Ping timeout: 252 seconds]
ygrek has joined #ocaml
WraithM has joined #ocaml
maufred has joined #ocaml
willy_ has joined #ocaml
maufred has quit [Client Quit]
maufred has joined #ocaml
AltGr has joined #ocaml
elfring has joined #ocaml
siddharthv_away is now known as siddharthv
yacks has quit [Read error: Operation timed out]
zpe has joined #ocaml
zpe has quit [Ping timeout: 240 seconds]
yacks has joined #ocaml
zpe has joined #ocaml
divyanshu has joined #ocaml
Simn has joined #ocaml
g06|in has joined #ocaml
Thooms has joined #ocaml
<g06|in>
I’m having trouble using utop; can someone help? http://imgur.com/zuKB5b5 The terminal is unusable after starting utop. The garbled text at the bottom in the picture is one issue.
g06|in has left #ocaml []
g06|in has joined #ocaml
pyon has joined #ocaml
<def-lkb>
g06|in: what is the value of $TERM ?
<g06|in>
def-lkb: xterm-256color
rand000 has joined #ocaml
Kakadu has joined #ocaml
rand000 has quit [Ping timeout: 252 seconds]
<def-lkb>
g06|in: ok, I have no idea what is going wrong… could you just try "TERM=xterm utop"? xterm terminfo is probably simpler to handle…
<g06|in>
def-lkb: thanks! inside xterm it works
g06|in has left #ocaml []
WraithM has quit [Ping timeout: 255 seconds]
cantstanya has quit [Ping timeout: 240 seconds]
ivan\ has quit [Ping timeout: 246 seconds]
ivan\ has joined #ocaml
cantstanya has joined #ocaml
nikki93 has quit [Remote host closed the connection]
ikaros has joined #ocaml
rand000 has joined #ocaml
<hyperboreean>
I'm using Core and trying to convert "~/bin/mypath" to an absolute path by using Filename.realpath. That raises an exception, but I don't really understand why since the file is there. I guess my question is how do I expand
<hyperboreean>
~
<flux>
I don't think such a function would know about ~ and ~foo notations
<flux>
I don't have a suggetion for a replacement either, though
<flux>
it's probably 20 lines or so to write one.. and then realize it already exists :)
<hyperboreean>
yeah, on the other hand, I'm in control on whether I specify the file as an expanded path or not ... so I guess I can move on without worrying too much about this
<flux>
maybe there's a shell-oriented library with such an expansion
siddharthv is now known as siddharthv_away
jonludlam has joined #ocaml
nikki93 has joined #ocaml
siddharthv_away is now known as siddharthv
interstatus has quit [Remote host closed the connection]
rand000 has quit [Ping timeout: 252 seconds]
avsm has joined #ocaml
mort___ has joined #ocaml
rand000 has joined #ocaml
rand000 has quit [Client Quit]
rand000 has joined #ocaml
avsm has quit [Quit: Leaving.]
ollehar has joined #ocaml
julm_ is now known as julm
rand000 has quit [Ping timeout: 253 seconds]
<thorsten`>
# (+)
<thorsten`>
# (+) ;;
willy_ has quit [Quit: This computer has gone to sleep]
willb1 has quit [Read error: Operation timed out]
tane has joined #ocaml
willb1 has joined #ocaml
rand000 has joined #ocaml
maattdd_ has joined #ocaml
<flux>
#ocaml is not a toplevel ;)
siddharthv is now known as siddharthv_away
fraggle_ has quit [Remote host closed the connection]
|jbrown| has joined #ocaml
|jbrown| has quit [Remote host closed the connection]
<Kakadu>
Characters 10-13:
<Kakadu>
#ocaml is not a toplevel ;)
<Kakadu>
^^^
<Kakadu>
Error: Syntax error
pawelbx has quit [Ping timeout: 240 seconds]
<thorsten`>
hm what i actually was wondered about was this: in (1 + 2) the + operator makes an int out of two ints and (+) is of type int -> int -> int. in (1 :: [2;3]) the :: operator makes an int list. so i would guess that (::) is of type 'a -> 'a list -> 'a list, but ocaml can't find any operator in (::)