This file defines Cedar entities.
@[reducible, inline]
Instances For
Equations
- es.ancestors uid = do let d ← Cedar.Data.Map.findOrErr es uid Cedar.Spec.Error.entityDoesNotExist Except.ok d.ancestors
Instances For
Equations
- es.ancestorsOrEmpty uid = match Cedar.Data.Map.find? es uid with | some d => d.ancestors | none => Cedar.Data.Set.empty
Instances For
Equations
- es.attrs uid = do let d ← Cedar.Data.Map.findOrErr es uid Cedar.Spec.Error.entityDoesNotExist Except.ok d.attrs
Instances For
Equations
- es.attrsOrEmpty uid = match Cedar.Data.Map.find? es uid with | some d => d.attrs | none => Cedar.Data.Map.empty
Instances For
Equations
- es.tags uid = do let d ← Cedar.Data.Map.findOrErr es uid Cedar.Spec.Error.entityDoesNotExist Except.ok d.tags
Equations
- es.tagsOrEmpty uid = match Cedar.Data.Map.find? es uid with | some d => d.tags | none => Cedar.Data.Map.empty
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.