Skip to content

Commit

Permalink
move header up
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 29, 2020
1 parent 79e21ea commit 954b204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Datalog.elm
Expand Up @@ -16,6 +16,10 @@ program =
Program



-- EVALUATION


{-| This is cheating a bit. A database is only ground atoms--that is, atoms
whose terms are all constants.
-}
Expand All @@ -41,10 +45,6 @@ insertAtom atom database =
database



-- EVALUATION


solve : Program -> Database
solve program_ =
solveHelp program_ Dict.empty
Expand Down

0 comments on commit 954b204

Please sign in to comment.