mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-04 01:20:56 +03:00
Update src/fun/transform/desugar_with_blocks.rs
Co-authored-by: imaqtkatt <135721694+imaqtkatt@users.noreply.github.com>
This commit is contained in:
parent
137591f7ae
commit
6f6747ddc9
@ -6,7 +6,7 @@ use crate::{
|
||||
use std::collections::HashSet;
|
||||
|
||||
impl Ctx<'_> {
|
||||
/// Converts `ask` terms inside `do` blocks into calls to a monadic bind operation.
|
||||
/// Converts `ask` terms inside `with` blocks into calls to a monadic bind operation.
|
||||
pub fn desugar_with_blocks(&mut self) -> Result<(), Diagnostics> {
|
||||
self.info.start_pass();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user