mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
rename TopLevelFunctionLayout -> ProcLayout
This commit is contained in:
parent
718aa34b19
commit
6a010c9513
10 changed files with 79 additions and 96 deletions
|
@ -173,10 +173,7 @@ where
|
|||
morphic_lib::solve(program)
|
||||
}
|
||||
|
||||
fn build_entry_point(
|
||||
layout: crate::ir::TopLevelFunctionLayout,
|
||||
func_name: FuncName,
|
||||
) -> Result<FuncDef> {
|
||||
fn build_entry_point(layout: crate::ir::ProcLayout, func_name: FuncName) -> Result<FuncDef> {
|
||||
let mut builder = FuncDefBuilder::new();
|
||||
let block = builder.add_block();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue