···7272 public let head: Head
7373 public let spine: Spine
7474 public let boundary: AsyncThunk<Boundary>
7575-7575+7676 public init(head: Head, spine: Spine, boundary: AsyncThunk<Boundary>) {
7777 self.head = head
7878 self.spine = spine
7979 self.boundary = boundary
8080 }
8181-8181+8282 public var globalHead: NamespacedName? {
8383 switch head {
8484 case .global(let name): name
+1-1
Sources/PterodactylKernel/Evaluator.swift
···88 case user
99 case recovery
1010 }
1111-1111+1212 public let type: Term.Type_
1313 public let term: Term?
1414 public let cause: Cause?