Skip to content

Commit c5c30bd

Browse files
committed
Fix lazy_bdd type definition
1 parent f47a419 commit c5c30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_posts/2025-12-02-lazier-bdds-for-set-theoretic-types.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ In a nutshell, we introduce a new element, called `uncertain`, to each non-leaf
166166

167167
```elixir
168168
type lazy_bdd() =:topor:bottomor
169-
{type(), constrained ::bdd(), uncertain ::bdd(), dual ::bdd()}
169+
{type(), constrained ::lazy_bdd(), uncertain ::lazy_bdd(), dual ::lazy_bdd()}
170170
```
171171

172172
We'll refer to the `uncertain` as unions going forward.

0 commit comments

Comments
(0)