Skip to content
Snippets Groups Projects
Commit 319660d4 authored by erwan's avatar erwan
Browse files

ci: track a missing file

parent 007efa3a
No related branches found
No related tags found
No related merge requests found
Pipeline #138620 passed
../st-KK06-algo1/potential.ml
\ No newline at end of file
type t = int
let to_string = (fun s -> Printf.sprintf "f=%i" s)
type t = int
let to_string = (fun s -> Printf.sprintf "%i" s)
let of_string = Some int_of_string
let copy x = x
let actions = ["R";"R1"]
let potential = None
let legitimate = None
let fault = None
let fault = None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment