AST.map
constraint
< visit_And : 'd -> command' -> command' -> command
; visit_AssignDefaultValues : 'd -> word -> attribute
; visit_Async : 'd -> command -> command
; visit_Case : 'd -> word -> case_item' list -> command
; visit_For : 'd -> name -> word list option -> command' -> command
; visit_Function : 'd -> name -> command' -> command
; visit_HereDocument :
'd ->
command' ->
descr ->
word Morbig.CST.located ->
command
; visit_If : 'd -> command' -> command' -> command' option -> command
; visit_IndicateErrorifNullorUnset : 'd -> word -> attribute
; visit_Input : 'd -> kind
; visit_InputDuplicate : 'd -> kind
; visit_InputOutput : 'd -> kind
; visit_NoAttribute : 'd -> attribute
; visit_Not : 'd -> command' -> command
; visit_Or : 'd -> command' -> command' -> command
; visit_Output : 'd -> kind
; visit_OutputAppend : 'd -> kind
; visit_OutputClobber : 'd -> kind
; visit_OutputDuplicate : 'd -> kind
; visit_ParameterLength : 'd -> word -> attribute
; visit_Pipe : 'd -> command' -> command' -> command
; visit_Redirection : 'd -> command' -> descr -> kind -> word -> command
; visit_RemoveLargestPrefixPattern : 'd -> word -> attribute
; visit_RemoveLargestSuffixPattern : 'd -> word -> attribute
; visit_RemoveSmallestPrefixPattern : 'd -> word -> attribute
; visit_RemoveSmallestSuffixPattern : 'd -> word -> attribute
; visit_Seq : 'd -> command' -> command' -> command
; visit_Simple :
'd ->
assignment Morbig.CST.located list ->
word Morbig.CST.located list ->
command
; visit_Subshell : 'd -> command' -> command
; visit_Until : 'd -> command' -> command' -> command
; visit_UseAlternativeValue : 'd -> word -> attribute
; visit_UseDefaultValues : 'd -> word -> attribute
; visit_WBracketExpression :
'd ->
Morbig.CST.bracket_expression ->
word_component
; visit_WDoubleQuoted : 'd -> word -> word_component
; visit_WGlobAll : 'd -> word_component
; visit_WGlobAny : 'd -> word_component
; visit_WLiteral : 'd -> string -> word_component
; visit_WSubshell : 'd -> program -> word_component
; visit_WTildePrefix : 'd -> string -> word_component
; visit_WVariable : 'd -> name -> attribute -> word_component
; visit_While : 'd -> command' -> command' -> command
; visit_assignment : 'd -> assignment -> name * word
; visit_assignment' :
'd ->
assignment Morbig.CST.located ->
assignment Morbig.CST.located
; visit_attribute : 'd -> attribute -> attribute
; visit_case_item :
'd ->
case_item ->
pattern Morbig.CST.located * command' option
; visit_case_item' : 'd -> case_item' -> case_item'
; visit_character_range : 'g -> char list -> char list
; visit_command : 'd -> command -> command
; visit_command' : 'd -> command' -> command'
; visit_descr : 'd -> descr -> descr
; visit_kind : 'd -> kind -> kind
; visit_lexing_position :
'env. 'env ->
Morbig.CST.lexing_position ->
Morbig.CST.lexing_position
; visit_located :
'env 'a_0 'a_1. ( 'env -> 'a_0 -> 'a_1 ) ->
'env ->
'a_0 Morbig.CST.located ->
'a_1 Morbig.CST.located
; visit_name : 'd -> name -> name
; visit_pattern : 'd -> pattern -> pattern
; visit_pattern' :
'd ->
pattern Morbig.CST.located ->
pattern Morbig.CST.located
; visit_position : 'env. 'env -> Morbig.CST.position -> Morbig.CST.position
; visit_program : 'd -> program -> program
; visit_word : 'd -> word -> word
; visit_word' : 'd -> word Morbig.CST.located -> word Morbig.CST.located
; visit_word_component : 'd -> word_component -> word_component.. > =
< visit_And : 'd -> command' -> command' -> command
; visit_AssignDefaultValues : 'd -> word -> attribute
; visit_Async : 'd -> command -> command
; visit_Case : 'd -> word -> case_item' list -> command
; visit_For : 'd -> name -> word list option -> command' -> command
; visit_Function : 'd -> name -> command' -> command
; visit_HereDocument :
'd ->
command' ->
descr ->
word Morbig.CST.located ->
command
; visit_If : 'd -> command' -> command' -> command' option -> command
; visit_IndicateErrorifNullorUnset : 'd -> word -> attribute
; visit_Input : 'd -> kind
; visit_InputDuplicate : 'd -> kind
; visit_InputOutput : 'd -> kind
; visit_NoAttribute : 'd -> attribute
; visit_Not : 'd -> command' -> command
; visit_Or : 'd -> command' -> command' -> command
; visit_Output : 'd -> kind
; visit_OutputAppend : 'd -> kind
; visit_OutputClobber : 'd -> kind
; visit_OutputDuplicate : 'd -> kind
; visit_ParameterLength : 'd -> word -> attribute
; visit_Pipe : 'd -> command' -> command' -> command
; visit_Redirection : 'd -> command' -> descr -> kind -> word -> command
; visit_RemoveLargestPrefixPattern : 'd -> word -> attribute
; visit_RemoveLargestSuffixPattern : 'd -> word -> attribute
; visit_RemoveSmallestPrefixPattern : 'd -> word -> attribute
; visit_RemoveSmallestSuffixPattern : 'd -> word -> attribute
; visit_Seq : 'd -> command' -> command' -> command
; visit_Simple :
'd ->
assignment Morbig.CST.located list ->
word Morbig.CST.located list ->
command
; visit_Subshell : 'd -> command' -> command
; visit_Until : 'd -> command' -> command' -> command
; visit_UseAlternativeValue : 'd -> word -> attribute
; visit_UseDefaultValues : 'd -> word -> attribute
; visit_WBracketExpression :
'd ->
Morbig.CST.bracket_expression ->
word_component
; visit_WDoubleQuoted : 'd -> word -> word_component
; visit_WGlobAll : 'd -> word_component
; visit_WGlobAny : 'd -> word_component
; visit_WLiteral : 'd -> string -> word_component
; visit_WSubshell : 'd -> program -> word_component
; visit_WTildePrefix : 'd -> string -> word_component
; visit_WVariable : 'd -> name -> attribute -> word_component
; visit_While : 'd -> command' -> command' -> command
; visit_assignment : 'd -> assignment -> name * word
; visit_assignment' :
'd ->
assignment Morbig.CST.located ->
assignment Morbig.CST.located
; visit_attribute : 'd -> attribute -> attribute
; visit_case_item :
'd ->
case_item ->
pattern Morbig.CST.located * command' option
; visit_case_item' : 'd -> case_item' -> case_item'
; visit_character_range : 'g -> char list -> char list
; visit_command : 'd -> command -> command
; visit_command' : 'd -> command' -> command'
; visit_descr : 'd -> descr -> descr
; visit_kind : 'd -> kind -> kind
; visit_lexing_position :
'env. 'env ->
Morbig.CST.lexing_position ->
Morbig.CST.lexing_position
; visit_located :
'env 'a_0 'a_1. ( 'env -> 'a_0 -> 'a_1 ) ->
'env ->
'a_0 Morbig.CST.located ->
'a_1 Morbig.CST.located
; visit_name : 'd -> name -> name
; visit_pattern : 'd -> pattern -> pattern
; visit_pattern' :
'd ->
pattern Morbig.CST.located ->
pattern Morbig.CST.located
; visit_position : 'env. 'env -> Morbig.CST.position -> Morbig.CST.position
; visit_program : 'd -> program -> program
; visit_word : 'd -> word -> word
; visit_word' : 'd -> word Morbig.CST.located -> word Morbig.CST.located
; visit_word_component : 'd -> word_component -> word_component.. >
inherit Morsmall__Location.located_map
method visit_NoAttribute : 'h -> 'd -> attribute
method visit_WTildePrefix : 'h -> 'd -> string -> word_component
method visit_WLiteral : 'h -> 'd -> string -> word_component
method visit_WDoubleQuoted : 'h -> 'd -> word -> word_component
method visit_WVariable : 'h -> 'd -> name -> attribute -> word_component
method visit_WSubshell : 'h -> 'd -> program -> word_component
method visit_WGlobAll : 'h -> 'd -> word_component
method visit_WGlobAny : 'h -> 'd -> word_component
method visit_WBracketExpression : 'h ->
'd ->
Morbig.CST.bracket_expression ->
word_component
method visit_word_component : 'h -> 'd -> word_component -> word_component
method visit_assignment : 'h -> 'd -> assignment -> name * word
method visit_assignment' : 'h ->
'd ->
assignment Morbig.CST.located ->
assignment Morbig.CST.located
method visit_Simple : 'h ->
'd ->
assignment Morbig.CST.located list ->
word Morbig.CST.located list ->
command
method visit_Case : 'h -> 'd -> word -> case_item' list -> command
method visit_case_item' : 'h -> 'd -> case_item' -> case_item'
method visit_Output : 'h -> 'd -> kind
method visit_OutputDuplicate : 'h -> 'd -> kind
method visit_OutputAppend : 'h -> 'd -> kind
method visit_OutputClobber : 'h -> 'd -> kind
method visit_Input : 'h -> 'd -> kind
method visit_InputDuplicate : 'h -> 'd -> kind
method visit_InputOutput : 'h -> 'd -> kind