protocol-9p
An implementation of the 9P protocol in pure OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package protocol-9p
-
protocol_9p
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library protocol_9p
type 'a t = ( 'a, error ) Result.result
val return : 'a -> ( 'a, error ) Result.result
val error_msg :
( 'a, Format.formatter, unit, ( 'b, [> `Msg of string ] ) Result.result )
Pervasives.format4 ->
'a
val (>>=) :
( 'a, 'b ) Result.result ->
( 'a -> ( 'c, 'b ) Result.result ) ->
( 'c, 'b ) Result.result
ON THIS PAGE
No table of contents