Skip to content

Commit

Permalink
Update quint/src/effects/builtinSignatures.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriela Moreira <[email protected]>
  • Loading branch information
MahtabNorouzi and bugarela authored Oct 3, 2024
1 parent 951e685 commit 68c7485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quint/src/effects/builtinSignatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import { ComponentKind, Effect, EffectComponent, EffectScheme, Entity, Signature, effectNames, toScheme } from './base'
import { parseEffectOrThrow } from './parser'
import { range, times } from 'lodash'
// import { QuintBuiltinOpcode } from '../ir/quintIr'

export function getSignatures(): Map<string, Signature> {
return new Map<string, Signature>(fixedAritySignatures.concat(multipleAritySignatures))
Expand Down

0 comments on commit 68c7485

Please sign in to comment.