GoalState.withContext should allow lifting #171

Closed
opened 2025-03-08 20:45:40 -08:00 by aniva · 1 comment
Owner

We can define it like this instead:

protected def GoalState.withContext { m } [MonadControlT MetaM m] [Monad m] (state: GoalState) (mvarId: MVarId) : m α → m α :=
  Meta.mapMetaM <| state.withContext mvarId

We can define it like this instead: ```lean protected def GoalState.withContext { m } [MonadControlT MetaM m] [Monad m] (state: GoalState) (mvarId: MVarId) : m α → m α := Meta.mapMetaM <| state.withContext mvarId ```
aniva added this to the 0.3 milestone 2025-03-08 20:45:40 -08:00
aniva added the
part/FFI
part/Goal
category
feature
labels 2025-03-08 20:45:40 -08:00
aniva self-assigned this 2025-03-08 20:45:40 -08:00
aniva added a new dependency 2025-03-08 21:04:55 -08:00
Author
Owner

Done #169

Done #169
aniva closed this issue 2025-03-08 21:20:03 -08:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: aniva/Pantograph#171
No description provided.