<flux>
hhx, last line: | f :: fs -> fun x -> f (compose fs x)
<hhx>
flux: thank you! i was stuck on that for a while
FreeBirdLjj has joined #ocaml
eh_eff_ has joined #ocaml
eh_eff_ has quit [Ping timeout: 244 seconds]
Reshi has quit [Quit: WeeChat 1.5]
hhx has quit [Read error: Connection reset by peer]
nomicflux has quit [Quit: nomicflux]
NJBS has joined #ocaml
NJBS has quit [Client Quit]
hunteriam has joined #ocaml
Sorella has quit [Quit: Connection closed for inactivity]
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 252 seconds]
conrad3 has joined #ocaml
conrad3 has quit [Ping timeout: 265 seconds]
dreadedfrog_ has quit [Remote host closed the connection]
dreadedfrog_ has joined #ocaml
eh_eff_ has joined #ocaml
pierpa has quit [Ping timeout: 256 seconds]
eh_eff_ has quit [Ping timeout: 244 seconds]
govg has joined #ocaml
govg has quit [Client Quit]
annoymouse has joined #ocaml
AlexDenisov has joined #ocaml
struktured has quit [Ping timeout: 244 seconds]
rfcv has joined #ocaml
fluter has quit [Ping timeout: 250 seconds]
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 256 seconds]
fluter has joined #ocaml
govg has joined #ocaml
eh_eff_ has joined #ocaml
struktured has joined #ocaml
eh_eff_ has quit [Ping timeout: 256 seconds]
Muzer_ is now known as Muzer
napis has joined #ocaml
<napis>
If I want to parse some OCaml files and get the AST... Should I use `camlp4` or `extension points`?
MercurialAlchemi has joined #ocaml
noddy has quit [Ping timeout: 245 seconds]
fluter has quit [Ping timeout: 256 seconds]
okuu has quit [Quit: Unyu~.]
brunoro has joined #ocaml
okuu has joined #ocaml
Nahra has quit [Ping timeout: 268 seconds]
brunoro has quit [Ping timeout: 260 seconds]
conrad3 has joined #ocaml
AlexDenisov has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jnavila has joined #ocaml
tane has joined #ocaml
conrad3 has quit [Ping timeout: 250 seconds]
alfredo has joined #ocaml
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 252 seconds]
larhat has joined #ocaml
dreadedfrog_ has quit [Ping timeout: 245 seconds]
hunteriam has quit [Quit: Connection closed for inactivity]
<flux>
I would suggest extension points
brunoro has joined #ocaml
<flux>
I wonder though if there's some tool you can use for that already
<flux>
such as compiler-libs
FreeBirdLjj has quit [Remote host closed the connection]
brunoro has quit [Ping timeout: 256 seconds]
larhat has quit [Quit: Leaving.]
FreeBirdLjj has joined #ocaml
AltGr has joined #ocaml
Algebr has quit [Remote host closed the connection]
copy` has quit [Quit: Connection closed for inactivity]
AlexDenisov has joined #ocaml
govg has quit [Ping timeout: 245 seconds]
wolfcore has quit [Ping timeout: 265 seconds]
wolfcore has joined #ocaml
Simn has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
ggole has joined #ocaml
<napis>
flux: thanks
<napis>
compiler-libs works well
<napis>
but a little problem is
<napis>
I can not find the printer works exactly like `ocamlc -dparsetree xxx.ml` (I've already got the `parsetree.structure` in my code)
brunoro has joined #ocaml
cdidd has quit [Ping timeout: 260 seconds]
brunoro has quit [Ping timeout: 265 seconds]
ygrek has joined #ocaml
cow-orker has joined #ocaml
fluter has joined #ocaml
pootler has joined #ocaml
voglerr has joined #ocaml
voglerr has quit [Remote host closed the connection]
voglerr has joined #ocaml
tane has quit [Quit: Leaving]
<def`>
napis: Pprintast
conrad3 has joined #ocaml
larhat has joined #ocaml
conrad3 has quit [Ping timeout: 265 seconds]
pootler has quit []
<napis>
def`: but how to use Pprintast? Do I have to construct my own fomatter? The default fomatter only print the code with out type info
<def`>
type info has nothing to do with formatter
ygrek has quit [Ping timeout: 250 seconds]
<def`>
Pprintast prints the parsetree. I don't understand what you wnat to achieve
M-ErkkiSeppl has quit [Remote host closed the connection]
M-martinklepsch has quit [Remote host closed the connection]
M-pesterhazy has quit [Write error: Connection reset by peer]
M-Illandan has quit [Write error: Connection reset by peer]
srenatus[m] has quit [Write error: Connection reset by peer]
Bluddy[m] has quit [Remote host closed the connection]
Guest23668[m] has quit [Remote host closed the connection]
barkmadley[m] has quit [Write error: Broken pipe]
lpw25[m] has quit [Read error: Connection reset by peer]
bugabinga[m] has quit [Write error: Connection reset by peer]
M-jimt has quit [Write error: Connection reset by peer]
lpw25[m] has joined #ocaml
jwatzman|work has joined #ocaml
<napis>
Pprintast can print the parsetree, but can not print the content like `ocamlc -dparsetree xx.ml` does. I need to set up the formatter of printing, which formatter should I choose?
M-martinklepsch has joined #ocaml
M-jimt has joined #ocaml
regnat[m] has joined #ocaml
bugabinga[m] has joined #ocaml
timclassic has joined #ocaml
Bluddy[m] has joined #ocaml
M-Illandan has joined #ocaml
M-pesterhazy has joined #ocaml
srenatus[m] has joined #ocaml
barkmadley[m] has joined #ocaml
Guest23668[m] has joined #ocaml
M-ErkkiSeppl has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
kakadu has quit [Quit: Konversation terminated!]
kakadu has joined #ocaml
govg has joined #ocaml
napis has quit [Ping timeout: 260 seconds]
rfcv has quit [Ping timeout: 260 seconds]
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
tobast has quit [Ping timeout: 250 seconds]
tobast has joined #ocaml
Nahra has joined #ocaml
alienbot has quit [Remote host closed the connection]
<demonimin>
Has anyone integrated "qtest extract" as an ocamlbuild plugin?
AlexDenisov has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<companion_cube>
sorry, I just use a makefile for this :/
voglerr has quit [Remote host closed the connection]
voglerr has joined #ocaml
freusque has joined #ocaml
johnelse has quit [Quit: leaving]
dwillems has joined #ocaml
<kakadu>
св
<kakadu>
oops
mpenet has left #ocaml ["ERC Version 5.3 (IRC client for Emacs)"]
johnelse has joined #ocaml
jnavila_ has joined #ocaml
nomicflux has joined #ocaml
slackwill has quit [Ping timeout: 258 seconds]
pierpa has joined #ocaml
thinkxl has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 260 seconds]
govg has joined #ocaml
thinkxl has quit [Ping timeout: 252 seconds]
wu_ng has quit [Ping timeout: 252 seconds]
diamaths[m] has joined #ocaml
dwillems has quit [Quit: Ex-Chat]
brunoro has joined #ocaml
govg has quit [Ping timeout: 256 seconds]
slackwill has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
freusque has quit [Quit: WeeChat 1.4]
conrad4 has joined #ocaml
larhat has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #ocaml
larhat has joined #ocaml
agarwal1975 has joined #ocaml
conrad4 has quit [Ping timeout: 252 seconds]
kamog has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 244 seconds]
al-damiri has joined #ocaml
sh0t has joined #ocaml
noddy has joined #ocaml
freusque has joined #ocaml
freusque has quit [Remote host closed the connection]
shinnya has joined #ocaml
kakadu_ has joined #ocaml
kakadu has quit [Ping timeout: 252 seconds]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
adi___ has quit [Read error: Connection reset by peer]
adi___ has joined #ocaml
nomicflux has quit [Ping timeout: 260 seconds]
mattrepl has quit [Quit: mattrepl]
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
fraggle_ has quit [Ping timeout: 260 seconds]
larhat has quit [Quit: Leaving.]
mrvn has quit [Ping timeout: 250 seconds]
mrvn has joined #ocaml
cdidd has joined #ocaml
veggie_ has joined #ocaml
thinkxl has joined #ocaml
alienbot has joined #ocaml
govg has joined #ocaml
alienbot has quit [Ping timeout: 252 seconds]
soupault has quit [Remote host closed the connection]
jnavila_ has quit [Quit: It was time]
voglerr_ has joined #ocaml
voglerr has quit [Read error: Connection reset by peer]
copy` has joined #ocaml
jwatzman|work has quit [Quit: jwatzman|work]
ggole has quit []
rgrinberg has quit [Remote host closed the connection]
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
vishesh has quit [Quit: WeeChat 1.4]
voglerr_ has quit [Remote host closed the connection]
hcarty2 has joined #ocaml
brunoro has joined #ocaml
voglerr_ has joined #ocaml
rgrinberg has joined #ocaml
mattrepl has joined #ocaml
brunoro has quit [Ping timeout: 250 seconds]
voglerr has joined #ocaml
voglerr_ has quit [Ping timeout: 256 seconds]
slash^ has joined #ocaml
agarwal1975 has quit [Quit: agarwal1975]
conrad4 has joined #ocaml
voglerr has quit [Ping timeout: 256 seconds]
conrad4 has quit [Ping timeout: 252 seconds]
dreadedfrog_ has joined #ocaml
hcarty3 has joined #ocaml
eh_eff_ has joined #ocaml
hcarty2 has quit [Ping timeout: 250 seconds]
thinkxl has quit [Ping timeout: 265 seconds]
shinnya has quit [Ping timeout: 260 seconds]
madroach has quit [Ping timeout: 252 seconds]
sh0t has quit [Quit: Leaving]
madroach has joined #ocaml
voglerr has joined #ocaml
voglerr has quit [Ping timeout: 245 seconds]
thinkxl has joined #ocaml
larhat has joined #ocaml
ygrek has joined #ocaml
orbifx has joined #ocaml
dreadedfrog_ has quit [Remote host closed the connection]
dreadedfrog_ has joined #ocaml
eh_eff_ has quit [Ping timeout: 260 seconds]
eh_eff_ has joined #ocaml
hcarty3 has quit [Quit: WeeChat 1.5]
luzie has quit [Quit: WeeChat 1.6-rc1]
brunoro has joined #ocaml
thinkxl has quit [Ping timeout: 256 seconds]
brunoro has quit [Ping timeout: 256 seconds]
t4nk538 has joined #ocaml
<t4nk538>
I'm trying to write a form on a non-eliom page to an eliom service for a side effect. Is this even possible? I want to use one post parameter. So far no luck. I've tried a regular service with no params as a fallback to a post coservice with one post param, both registered using Eliom_registration.Html5 or Action or some combination. Should I be do something different? I always get 404 not found. The visible url address bar is correct
dreadedfrog_wut has joined #ocaml
dreadedfrog_ has quit [Ping timeout: 245 seconds]
orbifx1 has joined #ocaml
veggie_ has quit [Ping timeout: 260 seconds]
sh0t has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
madroach has joined #ocaml
saidinwot1 is now known as SaidinWoT
malina has joined #ocaml
veggie_ has joined #ocaml
brunoro has joined #ocaml
eh_eff_ has quit [Quit: WeeChat 1.3]
djellemah_ has joined #ocaml
rgrinberg has quit [Ping timeout: 252 seconds]
brunoro has quit [Ping timeout: 260 seconds]
fraggle_ has joined #ocaml
kamog has quit [Ping timeout: 256 seconds]
conrad4 has joined #ocaml
kakadu_ has quit [Quit: Konversation terminated!]
conrad4 has quit [Ping timeout: 252 seconds]
kamog has joined #ocaml
luzie has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
madroach has joined #ocaml
dreadedfrog_wut has quit [Remote host closed the connection]
dreadedfrog_wut has joined #ocaml
octachron has joined #ocaml
mattrepl has quit [Ping timeout: 252 seconds]
slash^ has quit [Read error: Connection reset by peer]
veggie_ has quit [Ping timeout: 252 seconds]
soupault has joined #ocaml
dhil has quit [Ping timeout: 245 seconds]
kakadu has joined #ocaml
brunoro has joined #ocaml
agarwal1975 has joined #ocaml
brunoro has quit [Ping timeout: 265 seconds]
veggie_ has joined #ocaml
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
soupault has quit [Remote host closed the connection]
dreadedfrog_wut has quit [Ping timeout: 245 seconds]
dreadedfrog_wut has joined #ocaml
brunoro has joined #ocaml
dreadedfrog_wut has quit [Ping timeout: 245 seconds]
brunoro has quit [Ping timeout: 256 seconds]
_andre has quit [Quit: leaving]
yomimono has quit [Ping timeout: 250 seconds]
<orbifx1>
is there a "filename" type?
<orbifx1>
the std module doesn't contain anything
<def`>
no, just use a string
veggie_ has quit [Ping timeout: 260 seconds]
cross has quit [Ping timeout: 248 seconds]
Simn has quit [Quit: Leaving]
chindy has joined #ocaml
veggie_ has joined #ocaml
AlexDenisov has joined #ocaml
djellemah_ has quit [Ping timeout: 245 seconds]
<orbifx1>
k
conrad4 has joined #ocaml
conrad4 has quit [Ping timeout: 252 seconds]
okuu has quit [Quit: Unyu~! Fix config.]
yomimono has joined #ocaml
octachron has quit [Quit: Leaving]
okuu has joined #ocaml
brunoro has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
yomimono has quit [Ping timeout: 256 seconds]
ollehar has joined #ocaml
<t4nk538>
\QUIT
t4nk538 has quit []
<ollehar>
any reading tips for software architecture?
rgrinberg has joined #ocaml
brunoro has joined #ocaml
oriba has joined #ocaml
rgrinberg has quit [Read error: Connection reset by peer]
brunoro has quit [Ping timeout: 265 seconds]
julian_ has joined #ocaml
chindy has quit [Ping timeout: 260 seconds]
kosh_ has quit [Remote host closed the connection]
julian_ has quit [Remote host closed the connection]
ollehar has quit [Quit: ollehar]
mengu has joined #ocaml
tristero has quit [Quit: WeeChat 1.6]
average has quit [Quit: leaving]
brunoro has joined #ocaml
silver_ has joined #ocaml
silver has quit [Ping timeout: 250 seconds]
agarwal1975 has quit [Quit: agarwal1975]
conrad4 has joined #ocaml
brunoro has quit [Ping timeout: 260 seconds]
conrad4 has quit [Ping timeout: 245 seconds]
orbifx1 has quit [Ping timeout: 250 seconds]
tristero has joined #ocaml
orbifx has quit [Ping timeout: 260 seconds]
ygrek has quit [Ping timeout: 256 seconds]
oriba has quit [Quit: WeeChat 1.6]
rgrinberg has joined #ocaml
rgrinberg has quit [Remote host closed the connection]
ygrek has joined #ocaml
rgrinberg has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
kakadu has quit [Remote host closed the connection]
mengu has quit [Remote host closed the connection]