package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Pretty.Revive_underscore

module Mixfix = Domain.Mixfix
module Underscore : sig ... end
val downstream_instr : Re.Renamer.t -> Ol.Ast.instr -> Underscore.t * Ol.Ast.instr
val downstream_block : Re.Renamer.t -> Ol.Ast.block -> Underscore.t * Ol.Ast.block
val upstream_instr : Domain.Lib.IdSet.t -> Ol.Ast.instr -> Ol.Ast.instr
val upstream_block : Domain.Lib.IdSet.t -> Ol.Ast.block -> Ol.Ast.block
val apply_rel : (Ol.Ast.exp list * Ol.Ast.block * Ol.Ast.elseblock option) -> Ol.Ast.exp list * Ol.Ast.block * Ol.Ast.elseblock option
val apply_func : (Ol.Ast.arg list * Ol.Ast.block * Ol.Ast.elseblock option) -> Ol.Ast.arg list * Ol.Ast.block * Ol.Ast.elseblock option