# core/ids/derivation.ids.ts

> 3 lines of code and 3 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-derivation-ids-ts
Source text: https://banes-lab.com/assets/sources/source.55dd3fd43b064e0d45a4073d751a52a0012d91a590150559f150be35fec97004.generated.txt

## Definitions

- `DETERMINISM_SECTION_ID` (lexical_declaration, line 1, exported)
- `DERIVED_SECTION_ID` (lexical_declaration, line 2, exported)
- `DUPLICATE_SECTION_ID` (lexical_declaration, line 3, exported)

## Source

```typescript
export const DETERMINISM_SECTION_ID = "one-correct-answer";
export const DERIVED_SECTION_ID = "derived-state";
export const DUPLICATE_SECTION_ID = "counting-copies";
```
