Olá, pessoal!
Estamos à procura de um(a) desenvolvedor(a) sênior com experiência em programação funcional e interesse em desenvolvimento de jogos!
query { | |
characters { | |
results { | |
name | |
gender | |
status | |
} | |
} | |
} |
{ | |
"data": { | |
"characters": { | |
"results": [ | |
{ | |
"name": "Rick Sanchez", | |
"gender": "Male", | |
"status": "Alive" | |
}, | |
{ |
-- Type | |
module Data.U64.Type where | |
open import Data.Nat.Type | |
open import Data.Bool.Type | |
-- Represents a 64-bit machine word. | |
postulate U64 : Set | |
{-# BUILTIN WORD64 U64 #-} |
Weekly Workout Plan | |
Monday: Glutes and Legs | |
1. Barbell Squats - 4 sets of 10-12 reps | |
2. Lunges (with dumbbells) - 3 sets of 10-12 reps (each leg) | |
3. Abductor Machine - 3 sets of 12-15 reps | |
4. Stiff-Legged Deadlift - 4 sets of 10-12 reps | |
5. Hip Thrusts - 3 sets of 12-15 reps |
0 ARC/DSL/Functions/add.agda | |
0 ARC/DSL/Functions/apply.agda | |
0 ARC/DSL/Functions/compose.agda | |
0 ARC/DSL/Functions/container-to-list.agda | |
0 ARC/DSL/Functions/dedupe.agda | |
0 ARC/DSL/Functions/equality.agda | |
0 ARC/DSL/Functions/first.agda | |
0 ARC/DSL/Functions/greater.agda | |
0 ARC/DSL/Functions/int-cmp.agda | |
0 ARC/DSL/Functions/leastcommon.agda |
File: UG/SM/remove-future-states.agda | |
Dependencies: | |
Base/Nat/Nat.agda | |
Base/Nat/add.agda | |
UG/SM/SM.agda | |
UG/SM/StateLogs/StateLogs.agda | |
UG/SM/StateLogs/find-rollback-amount.agda | |
UG/SM/StateLogs/rollback.agda | |
UG/SM/Tick/Tick.agda |