package p4spectec

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

Module Post.Remove_let_dead

module Mixfix = Domain.Mixfix
module Defined : sig ... end
module Used : sig ... end
val removable_let : Ol.Ast.exp -> bool
val downstream_instr : Defined.t -> Ol.Ast.instr -> Used.t
val downstream_block : Defined.t -> Ol.Ast.block -> Used.t
val upstream_instr : Ol.Ast.instr -> Ol.Ast.block
val upstream_block : Ol.Ast.block -> Ol.Ast.block
val apply : Ol.Ast.block -> Ol.Ast.block