Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file sqlgg_io.ml
123456789101112131415161718192021222324252627282930313233343536(**
OCaml IO signature for sqlgg
by Raman Varabets
2018-12-19
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
For more information, please refer to <http://unlicense.org/>
*)moduletypeM=sigtype'afuturevalreturn:'a->'afutureval(>>=):'afuture->('a->'bfuture)->'bfuturevalbracket:'afuture->('a->unitfuture)->('a->'bfuture)->'bfutureendmoduleBlocking:Mwithtype'afuture='a=structtype'afuture='aletreturnx=xlet(>>=)xf=fxletbracketxdtorf=letr=tryfxwithexn->dtorx;raiseexnindtorx;rend