ppx_orakuda
ORakuda, Perlish string literals in OCaml
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
Library ppx_orakuda
type ('a, 're) t = {
string : string; |
re : 're; |
binder : left:string ->
right:string ->
last:string option ->
string option array ->
'a; |
}
Internal use only
class virtual group : (string * int) list -> left:string -> right:string -> last:string option ->
string option
array -> object ... end
Internal use only
val create :
string ->
're ->
( left:string ->
right:string ->
last:string option ->
string option array ->
'a ) ->
( 'a, 're ) t
Internal use only
val make_group_obj :
( 'a, 're ) t ->
string ->
string option array ->
string ->
'a
Internal use only