Skip to content

Commit

Permalink
Add doc header
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Apr 24, 2024
1 parent c7beef5 commit 24114db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions quint/src/runtime/impl/trace.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* ----------------------------------------------------------------------------------
* Copyright 2024 Informal Systems
* Licensed under the Apache License, Version 2.0.
* See LICENSE in the project root for license information.
* --------------------------------------------------------------------------------- */

/**
* Trace of states representing a single execution path
*
* @author Gabriela Moreira
*
* @module
*/

import { List } from 'immutable'
import { RuntimeValue } from './runtimeValue'

Expand Down

0 comments on commit 24114db

Please sign in to comment.