= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val unique_value :
'a list ->
equal:('b -> 'b -> bool) ->
f:('a -> 'b) ->
('b, [> `Empty | `Not_unique of 'b list ]) Core_kernel.result
val unique_string :
'a list ->
f:('a -> string) ->
string Core_kernel.Or_error.t