conan
Identify type of your file (such as the MIME type)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ('fd, 'error, 's) syscall = {
seek : 'fd -> int64 -> where -> ( ( unit, 'error ) result, 's ) io; |
read : 'fd -> int -> ( ( string, 'error ) result, 's ) io; |
line : 'fd -> ( ( int * int * string, 'error ) result, 's ) io; |
read_int8 : 'fd -> ( ( int, 'error ) result, 's ) io; |
read_int16_ne : 'fd -> ( ( int, 'error ) result, 's ) io; |
read_int32_ne : 'fd -> ( ( int32, 'error ) result, 's ) io; |
read_int64_ne : 'fd -> ( ( int64, 'error ) result, 's ) io; |
}