mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Merge pull request #489 from ohAitch/no-vale-noun
Don't erase types in (lake %noun), which should always suceed
This commit is contained in:
commit
44e9e16916
@ -1066,6 +1066,12 @@
|
||||
|= {fit/? for/mark}
|
||||
|= {cof/cafe sam/vase}
|
||||
^- (bolt vase)
|
||||
::
|
||||
:: don't verify the product type when using the %noun mark, since
|
||||
:: that would cast to *, which would prevent the product from
|
||||
:: being used as a gate or other typed structure.
|
||||
?: =(for %noun) (fine cof sam)
|
||||
::
|
||||
%+ cool |.(leaf+"ford: check {<[for bek `@p`(mug q.sam)]>}")
|
||||
%+ cope (fang cof for)
|
||||
|= {cof/cafe tux/vase}
|
||||
|
Loading…
Reference in New Issue
Block a user