1. Introduction
  2. Getting Started
  3. Tour of Arc-Lang
    ❱
    1. Queries
  4. Examples
    ❱
    1. Word Count
    2. TF-IDF
    3. Sensor Data Aggregation
    4. Deduplication
    5. Fraud Detection
  5. Command Line Interface
  6. Arc-Lang Reference
    ❱
    1. Programs
    2. Names
    3. Paths
    4. Values
    5. Types
    6. Effects
    7. Blocks
    8. Statements
    9. Expressions
    10. Patterns
    11. Queries
    12. Items
      ❱
      1. Type Aliases
      2. Type Classes
      3. Type Class Instances
      4. Extern Functions
      5. Extern Types
      6. Uses
      7. Modules
    13. Function bodies
    14. Arms
    15. Sinks
    16. Parameters
    17. Generics
    18. Type Arguments
    19. Assignments
    20. Annotations
  7. Standard library
    ❱
    1. Strings
    2. Arrays
    3. DataFrames
    4. Channels
  8. Development
    ❱
    1. Continuous Integration
    2. Arc-Lang Reference
    3. Arc-MLIR Reference
      ❱
      1. Programs
      2. Names
      3. Operations
      4. Types
      5. Values
      6. Blocks
      7. Items
        ❱
        1. Functions
      8. Parameters
    4. Arc-Sys Reference
      ❱
      1. Execution Model
  9. Bibliography

The Arc-Lang Book

Items

Item ::=
  | Func