Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneenders committed Sep 30, 2024
1 parent d3a144e commit da7d8ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/localize.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#lang racket

(require math/bigfloat
(require math/bigfloat
rival)
(require "../syntax/sugar.rkt"
"../syntax/syntax.rkt"
Expand Down Expand Up @@ -170,7 +170,8 @@
[exact (in-vector exacts)]
[actual (in-vector actuals)]
[expr-idx (in-naturals)])
(define diff (vector-ref (rival-apply diffMachine (list->vector `(,(bf exact) ,(bf actual)))) 0))
(define diff
(vector-ref (rival-apply diffMachine (list->vector `(,(bf exact) ,(bf actual)))) 0))
(define err
(match (vector-ref nodes root)
[(? literal?) 1]
Expand Down

0 comments on commit da7d8ae

Please sign in to comment.