# `Beaver.MLIR.Module`

This module defines functions working with MLIR Module.

# `t`

```elixir
@type t() :: %Beaver.MLIR.Module{ref: term()}
```

# `body`

Gets the body of the module, i.e. the only block it contains.

# `create`

Create a MLIR module by parsing string.

# `create!`

# `destroy`

# `empty`

# `from_operation`

# `make`

